5 #ifndef BITCOIN_SCRIPT_KEYORIGIN_H 6 #define BITCOIN_SCRIPT_KEYORIGIN_H 15 std::vector<uint32_t>
path;
23 template <
typename Stream,
typename Operation>
37 #endif // BITCOIN_SCRIPT_KEYORIGIN_H ADD_SERIALIZE_METHODS
Definition: keyorigin.h:22
end
Definition: optimize-pngs.py:40
void SerializationOp(Stream &s, Operation ser_action)
Definition: keyorigin.h:24
std::vector< uint32_t > path
Definition: keyorigin.h:15
Definition: keyorigin.h:12
void clear()
Definition: keyorigin.h:30
#define READWRITE(...)
Definition: serialize.h:184
unsigned char fingerprint[4]
First 32 bits of the Hash160 of the public key at the root of the path.
Definition: keyorigin.h:14
friend bool operator==(const KeyOriginInfo &a, const KeyOriginInfo &b)
Definition: keyorigin.h:17