Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <keyorigin.h>
Public Member Functions | |
SERIALIZE_METHODS (KeyOriginInfo, obj) | |
void | clear () |
Public Attributes | |
uint8_t | fingerprint [4] |
First 32 bits of the Hash160 of the public key at the root of the path. | |
std::vector< uint32_t > | path |
Friends | |
bool | operator== (const KeyOriginInfo &a, const KeyOriginInfo &b) |
Definition at line 11 of file keyorigin.h.
|
inline |
Definition at line 26 of file keyorigin.h.
|
inline |
|
friend |
Definition at line 16 of file keyorigin.h.
uint8_t KeyOriginInfo::fingerprint[4] |
First 32 bits of the Hash160 of the public key at the root of the path.
Definition at line 13 of file keyorigin.h.
std::vector<uint32_t> KeyOriginInfo::path |
Definition at line 14 of file keyorigin.h.