5 #ifndef BITCOIN_SCRIPT_KEYORIGIN_H 6 #define BITCOIN_SCRIPT_KEYORIGIN_H 14 std::vector<uint32_t>
path;
23 template <
typename Stream,
typename Operation>
30 memset(fingerprint, 0, 4);
35 #endif // BITCOIN_SCRIPT_KEYORIGIN_H
friend bool operator==(const KeyOriginInfo &a, const KeyOriginInfo &b)
std::vector< uint32_t > path
void SerializationOp(Stream &s, Operation ser_action)
uint8_t fingerprint[4]
First 32 bits of the Hash160 of the public key at the root of the path.