![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <sapling_operation.h>
Public Member Functions | |
| FromAddress () | |
| FromAddress (const CTxDestination &_fromTaddr) | |
| FromAddress (const libzcash::SaplingPaymentAddress &_fromSapaddr) | |
| bool | isFromTAddress () const |
| bool | isFromSapAddress () const |
Public Attributes | |
| CTxDestination | fromTaddr {CNoDestination()} |
| Optional< libzcash::SaplingPaymentAddress > | fromSapAddr {nullopt} |
Definition at line 70 of file sapling_operation.h.
|
inlineexplicit |
Definition at line 72 of file sapling_operation.h.
|
inlineexplicit |
Definition at line 73 of file sapling_operation.h.
|
inlineexplicit |
Definition at line 74 of file sapling_operation.h.
|
inline |
|
inline |
Definition at line 76 of file sapling_operation.h.
| Optional<libzcash::SaplingPaymentAddress> FromAddress::fromSapAddr {nullopt} |
Definition at line 80 of file sapling_operation.h.
| CTxDestination FromAddress::fromTaddr {CNoDestination()} |
Definition at line 79 of file sapling_operation.h.