PIVX Core  5.6.99
P2P Digital Currency
Classes | Functions
sapling_operation.h File Reference
#include "amount.h"
#include "sapling/transaction_builder.h"
#include "operationresult.h"
#include "primitives/transaction.h"
#include "wallet/wallet.h"
Include dependency graph for sapling_operation.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ CheckTransactionSize()

OperationResult CheckTransactionSize ( std::vector< SendManyRecipient > &  recipients,
bool  fromTaddr 
)

Definition at line 561 of file sapling_operation.cpp.

Here is the caller graph for this function:

◆ GetMemoFromString()

OperationResult GetMemoFromString ( const std::string &  s,
std::array< unsigned char, ZC_MEMO_SIZE > &  memoRet 
)

Definition at line 540 of file sapling_operation.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: