![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Sapling functions. More...
#include <address.h>
Public Member Functions | |
| SaplingPaymentAddress () | |
| SaplingPaymentAddress (const diversifier_t &_d, const uint256 &_pk_d) | |
| SERIALIZE_METHODS (SaplingPaymentAddress, obj) | |
| uint256 | GetHash () const |
| Get the 256-bit SHA256d hash of this payment address. More... | |
Public Attributes | |
| diversifier_t | d = {{0}} |
| uint256 | pk_d {UINT256_ZERO} |
Friends | |
| bool | operator== (const SaplingPaymentAddress &a, const SaplingPaymentAddress &b) |
| bool | operator< (const SaplingPaymentAddress &a, const SaplingPaymentAddress &b) |
|
inline |
|
inline |
| uint256 libzcash::SaplingPaymentAddress::GetHash | ( | ) | const |
Get the 256-bit SHA256d hash of this payment address.
Sapling.
Definition at line 23 of file address.cpp.
|
inline |
|
friend |
|
friend |
| diversifier_t libzcash::SaplingPaymentAddress::d = {{0}} |
| uint256 libzcash::SaplingPaymentAddress::pk_d {UINT256_ZERO} |