![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "sapling/sapling_operation.h"#include "coincontrol.h"#include "net.h"#include "policy/policy.h"#include "sapling/key_io_sapling.h"#include "script/standard.h"#include "utilmoneystr.h"Go to the source code of this file.
Classes | |
| struct | TxValues |
Enumerations | |
| enum | CacheCheckResult { OK , SPENT , INVALID } |
Functions | |
| OperationResult | loadKeysFromShieldedFrom (const CWallet *pwallet, const libzcash::SaplingPaymentAddress &addr, libzcash::SaplingExpandedSpendingKey &expskOut, uint256 &ovkOut) |
| TxValues | calculateTarget (const std::vector< SendManyRecipient > &recipients, const CAmount &fee) |
| OperationResult | GetMemoFromString (const std::string &s, std::array< unsigned char, ZC_MEMO_SIZE > &memoRet) |
| OperationResult | CheckTransactionSize (std::vector< SendManyRecipient > &recipients, bool fromTaddr) |
| enum CacheCheckResult |
| Enumerator | |
|---|---|
| OK | |
| SPENT | |
| INVALID | |
Definition at line 396 of file sapling_operation.cpp.
| TxValues calculateTarget | ( | const std::vector< SendManyRecipient > & | recipients, |
| const CAmount & | fee | ||
| ) |
| 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.
| OperationResult loadKeysFromShieldedFrom | ( | const CWallet * | pwallet, |
| const libzcash::SaplingPaymentAddress & | addr, | ||
| libzcash::SaplingExpandedSpendingKey & | expskOut, | ||
| uint256 & | ovkOut | ||
| ) |