![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "amount.h"#include "sapling/transaction_builder.h"#include "operationresult.h"#include "primitives/transaction.h"#include "wallet/wallet.h"Go to the source code of this file.
Classes | |
| class | ShieldedRecipient |
| struct | SendManyRecipient |
| class | FromAddress |
| class | SaplingOperation |
Functions | |
| OperationResult | GetMemoFromString (const std::string &s, std::array< unsigned char, ZC_MEMO_SIZE > &memoRet) |
| OperationResult | CheckTransactionSize (std::vector< SendManyRecipient > &recipients, bool fromTaddr) |
| OperationResult CheckTransactionSize | ( | std::vector< SendManyRecipient > & | recipients, |
| bool | fromTaddr | ||
| ) |
| OperationResult GetMemoFromString | ( | const std::string & | s, |
| std::array< unsigned char, ZC_MEMO_SIZE > & | memoRet | ||
| ) |
Definition at line 540 of file sapling_operation.cpp.