![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <zip32.h>
Public Member Functions | |
| HDSeed () | |
| HDSeed (const CPrivKey &seedIn) | |
| bool | IsNull () const |
| uint256 | Fingerprint () const |
| CPrivKey | RawSeed () const |
Static Public Member Functions | |
| static HDSeed | Random (size_t len=32) |
Private Attributes | |
| CPrivKey | seed |
Friends | |
| bool | operator== (const HDSeed &a, const HDSeed &b) |
| bool | operator!= (const HDSeed &a, const HDSeed &b) |
|
inline |
| uint256 HDSeed::Fingerprint | ( | ) | const |
|
static |
|
inline |