![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <keyorigin.h>
Public Member Functions | |
| SERIALIZE_METHODS (KeyOriginInfo, obj) | |
| void | clear () |
Public Attributes | |
| unsigned char | 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) |
| bool | operator< (const KeyOriginInfo &a, const KeyOriginInfo &b) |
Definition at line 11 of file keyorigin.h.
|
inline |
Definition at line 42 of file keyorigin.h.
|
inline |
|
friend |
Definition at line 21 of file keyorigin.h.
|
friend |
Definition at line 16 of file keyorigin.h.
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.