#include <sapling_operation.h>
|
| bool | IsTransparent () const |
| |
| bool | IsSubtractFee () const |
| |
| CAmount | getAmount () const |
| |
| CScript | getScript () const |
| |
| libzcash::SaplingPaymentAddress | getSapPaymentAddr () const |
| |
| std::string | getMemo () const |
| |
| | SendManyRecipient ()=delete |
| |
| | SendManyRecipient (const libzcash::SaplingPaymentAddress &address, const CAmount &amount, const std::string &memo, bool fSubtractFeeFromAmount) |
| |
| | SendManyRecipient (const CTxDestination &dest, const CAmount &amount, bool fSubtractFeeFromAmount) |
| |
| | SendManyRecipient (const CKeyID &ownerKey, const CKeyID &stakerKey, const CAmount &amount, bool fV6Enforced) |
| |
| | SendManyRecipient (int nRequired, const std::vector< CPubKey > &keys, const CAmount &amount) |
| |
| | SendManyRecipient (const uint256 &message) |
| |
Definition at line 29 of file sapling_operation.h.
◆ SendManyRecipient() [1/6]
| SendManyRecipient::SendManyRecipient |
( |
| ) |
|
|
delete |
◆ SendManyRecipient() [2/6]
◆ SendManyRecipient() [3/6]
| SendManyRecipient::SendManyRecipient |
( |
const CTxDestination & |
dest, |
|
|
const CAmount & |
amount, |
|
|
bool |
fSubtractFeeFromAmount |
|
) |
| |
|
inline |
◆ SendManyRecipient() [4/6]
| SendManyRecipient::SendManyRecipient |
( |
const CKeyID & |
ownerKey, |
|
|
const CKeyID & |
stakerKey, |
|
|
const CAmount & |
amount, |
|
|
bool |
fV6Enforced |
|
) |
| |
|
inline |
◆ SendManyRecipient() [5/6]
| SendManyRecipient::SendManyRecipient |
( |
int |
nRequired, |
|
|
const std::vector< CPubKey > & |
keys, |
|
|
const CAmount & |
amount |
|
) |
| |
|
inline |
◆ SendManyRecipient() [6/6]
| SendManyRecipient::SendManyRecipient |
( |
const uint256 & |
message | ) |
|
|
inlineexplicit |
◆ getAmount()
| CAmount SendManyRecipient::getAmount |
( |
| ) |
const |
|
inline |
◆ getMemo()
| std::string SendManyRecipient::getMemo |
( |
| ) |
const |
|
inline |
◆ getSapPaymentAddr()
◆ getScript()
| CScript SendManyRecipient::getScript |
( |
| ) |
const |
|
inline |
◆ IsSubtractFee()
| bool SendManyRecipient::IsSubtractFee |
( |
| ) |
const |
|
inline |
◆ IsTransparent()
| bool SendManyRecipient::IsTransparent |
( |
| ) |
const |
|
inline |
◆ recipient
The documentation for this struct was generated from the following file: