Bitcoin ABC  0.28.12
P2P Digital Currency
Public Member Functions | Public Attributes | Friends | List of all members
KeyOriginInfo Struct Reference

#include <keyorigin.h>

Public Member Functions

 SERIALIZE_METHODS (KeyOriginInfo, obj)
 
void clear ()
 

Public Attributes

uint8_t fingerprint [4]
 First 32 bits of the Hash160 of the public key at the root of the path. More...
 
std::vector< uint32_t > path
 

Friends

bool operator== (const KeyOriginInfo &a, const KeyOriginInfo &b)
 

Detailed Description

Definition at line 11 of file keyorigin.h.

Member Function Documentation

◆ clear()

void KeyOriginInfo::clear ( )
inline

Definition at line 26 of file keyorigin.h.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

KeyOriginInfo::SERIALIZE_METHODS ( KeyOriginInfo  ,
obj   
)
inline

Definition at line 22 of file keyorigin.h.

Friends And Related Function Documentation

◆ operator==

bool operator== ( const KeyOriginInfo a,
const KeyOriginInfo b 
)
friend

Definition at line 16 of file keyorigin.h.

Member Data Documentation

◆ fingerprint

uint8_t KeyOriginInfo::fingerprint[4]

First 32 bits of the Hash160 of the public key at the root of the path.

Definition at line 13 of file keyorigin.h.

◆ path

std::vector<uint32_t> KeyOriginInfo::path

Definition at line 14 of file keyorigin.h.


The documentation for this struct was generated from the following file: