You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Distributed under the MIT software license, see the accompanying
3
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
+
5
+
#ifndef BITCOIN_SCRIPT_KEYORIGIN_H
6
+
#defineBITCOIN_SCRIPT_KEYORIGIN_H
7
+
8
+
#include<serialize.h>
9
+
#include<streams.h>
10
+
#include<vector>
11
+
12
+
structKeyOriginInfo
13
+
{
14
+
unsignedchar fingerprint[4]; //!< First 32 bits of the Hash160 of the public key at the root of the path
15
+
std::vector<uint32_t> path;
16
+
17
+
friendbooloperator==(const KeyOriginInfo& a, const KeyOriginInfo& b)
0 commit comments