5#ifndef BITCOIN_SCRIPT_KEYORIGIN_H
6#define BITCOIN_SCRIPT_KEYORIGIN_H
14 std::vector<uint32_t>
path;
27 }
else if (fpr_cmp > 0) {
33 }
else if (a.
path.size() > b.
path.size()) {
friend bool operator==(const KeyOriginInfo &a, const KeyOriginInfo &b)
SERIALIZE_METHODS(KeyOriginInfo, obj)
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
friend bool operator<(const KeyOriginInfo &a, const KeyOriginInfo &b)