![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <keyorigin.h>
Public Member Functions | |
| SERIALIZE_METHODS (KeyOriginInfo, obj) | |
| void | clear () |
Public Attributes | |
| KeyFingerprint | fingerprint |
| First 32 bits of the Hash160 of the public key at the root of the path. More... | |
| std::vector< uint32_t > | path |
Friends | |
| bool | operator== (const KeyOriginInfo &a, const KeyOriginInfo &b)=default |
| bool | operator< (const KeyOriginInfo &a, const KeyOriginInfo &b) |
Definition at line 12 of file keyorigin.h.
|
inline |
|
inline |
Definition at line 35 of file keyorigin.h.
|
friend |
Definition at line 19 of file keyorigin.h.
|
friend |
| KeyFingerprint KeyOriginInfo::fingerprint |
First 32 bits of the Hash160 of the public key at the root of the path.
Definition at line 14 of file keyorigin.h.
| std::vector<uint32_t> KeyOriginInfo::path |
Definition at line 15 of file keyorigin.h.