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()) {
49 #endif // BITCOIN_SCRIPT_KEYORIGIN_H unsigned char fingerprint[4]
First 32 bits of the Hash160 of the public key at the root of the path.
SERIALIZE_METHODS(KeyOriginInfo, obj)
friend bool operator==(const KeyOriginInfo &a, const KeyOriginInfo &b)
std::vector< uint32_t > path
friend bool operator<(const KeyOriginInfo &a, const KeyOriginInfo &b)