![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <address.h>
Public Member Functions | |
| SaplingSpendingKey () | |
| SaplingSpendingKey (uint256 sk) | |
| SaplingExpandedSpendingKey | expanded_spending_key () const |
| SaplingFullViewingKey | full_viewing_key () const |
| SaplingPaymentAddress | default_address () const |
Public Member Functions inherited from uint256 | |
| uint256 () | |
| uint256 (const std::vector< unsigned char > &vch) | |
| uint64_t | GetCheapHash () const |
| A cheap hash function that just returns 64 bits from the result, it can be used when the contents are considered uniformly random. More... | |
Public Member Functions inherited from base_blob< 256 > | |
| constexpr | base_blob () |
| constexpr | base_blob (uint8_t v) |
| base_blob (const std::vector< unsigned char > &vch) | |
| bool | IsNull () const |
| void | SetNull () |
| int | Compare (const base_blob &other) const |
| std::string | GetHex () const |
| void | SetHex (const char *psz) |
| void | SetHex (const std::string &str) |
| std::string | ToString () const |
| const unsigned char * | data () const |
| unsigned char * | data () |
| unsigned char * | begin () |
| const unsigned char * | begin () const |
| unsigned char * | end () |
| const unsigned char * | end () const |
| unsigned int | size () const |
| uint64_t | GetUint64 (int pos) const |
| void | Serialize (Stream &s) const |
| void | Unserialize (Stream &s) |
Static Public Member Functions | |
| static SaplingSpendingKey | random () |
Additional Inherited Members | |
Protected Attributes inherited from base_blob< 256 > | |
| uint8_t | m_data [WIDTH] |
Static Protected Attributes inherited from base_blob< 256 > | |
| static constexpr int | WIDTH |
|
inline |
|
inlineexplicit |
| SaplingPaymentAddress libzcash::SaplingSpendingKey::default_address | ( | ) | const |
| SaplingExpandedSpendingKey libzcash::SaplingSpendingKey::expanded_spending_key | ( | ) | const |
Definition at line 37 of file address.cpp.
| SaplingFullViewingKey libzcash::SaplingSpendingKey::full_viewing_key | ( | ) | const |
Definition at line 41 of file address.cpp.
|
static |
Definition at line 64 of file address.cpp.