PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
FromAddress Class Reference

#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::SaplingPaymentAddressfromSapAddr {nullopt}
 

Detailed Description

Definition at line 70 of file sapling_operation.h.

Constructor & Destructor Documentation

◆ FromAddress() [1/3]

FromAddress::FromAddress ( )
inlineexplicit

Definition at line 72 of file sapling_operation.h.

◆ FromAddress() [2/3]

FromAddress::FromAddress ( const CTxDestination _fromTaddr)
inlineexplicit

Definition at line 73 of file sapling_operation.h.

◆ FromAddress() [3/3]

FromAddress::FromAddress ( const libzcash::SaplingPaymentAddress _fromSapaddr)
inlineexplicit

Definition at line 74 of file sapling_operation.h.

Member Function Documentation

◆ isFromSapAddress()

bool FromAddress::isFromSapAddress ( ) const
inline

Definition at line 77 of file sapling_operation.h.

Here is the caller graph for this function:

◆ isFromTAddress()

bool FromAddress::isFromTAddress ( ) const
inline

Definition at line 76 of file sapling_operation.h.

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

Member Data Documentation

◆ fromSapAddr

Optional<libzcash::SaplingPaymentAddress> FromAddress::fromSapAddr {nullopt}

Definition at line 80 of file sapling_operation.h.

◆ fromTaddr

CTxDestination FromAddress::fromTaddr {CNoDestination()}

Definition at line 79 of file sapling_operation.h.


The documentation for this class was generated from the following file: