![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <note.h>
Public Member Functions | |
| SaplingNote () | |
| SaplingNote (const diversifier_t &_d, const uint256 &_pk_d, uint64_t value, const uint256 &_r) | |
| SaplingNote (const SaplingPaymentAddress &address, uint64_t value) | |
| virtual | ~SaplingNote () |
| Optional< uint256 > | cmu () const |
| Optional< uint256 > | nullifier (const SaplingFullViewingKey &vk, const uint64_t position) const |
Public Member Functions inherited from libzcash::BaseNote | |
| BaseNote () | |
| BaseNote (uint64_t value) | |
| virtual | ~BaseNote () |
| uint64_t | value () const |
Public Attributes | |
| diversifier_t | d = {{0}} |
| uint256 | pk_d {UINT256_ZERO} |
| uint256 | r {UINT256_ZERO} |
Additional Inherited Members | |
Protected Attributes inherited from libzcash::BaseNote | |
| uint64_t | value_ {0} |
|
inline |
| SaplingNote::SaplingNote | ( | const SaplingPaymentAddress & | address, |
| uint64_t | value | ||
| ) |
| Optional< uint256 > SaplingNote::nullifier | ( | const SaplingFullViewingKey & | vk, |
| const uint64_t | position | ||
| ) | const |
| diversifier_t libzcash::SaplingNote::d = {{0}} |
| uint256 libzcash::SaplingNote::pk_d {UINT256_ZERO} |
| uint256 libzcash::SaplingNote::r {UINT256_ZERO} |