Bitcoin Core 30.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
DBKey Struct Reference
Collaboration diagram for DBKey:
[legend]

Public Member Functions

 DBKey (const uint64_t &hash_in, const CDiskTxPos &pos_in)
 
 SERIALIZE_METHODS (DBKey, obj)
 

Public Attributes

uint64_t hash
 
CDiskTxPos pos
 

Detailed Description

Definition at line 45 of file txospenderindex.cpp.

Constructor & Destructor Documentation

◆ DBKey()

DBKey::DBKey ( const uint64_t &  hash_in,
const CDiskTxPos pos_in 
)
inlineexplicit

Definition at line 49 of file txospenderindex.cpp.

Member Function Documentation

◆ SERIALIZE_METHODS()

DBKey::SERIALIZE_METHODS ( DBKey  ,
obj   
)
inline

Definition at line 51 of file txospenderindex.cpp.

Member Data Documentation

◆ hash

uint64_t DBKey::hash

Definition at line 46 of file txospenderindex.cpp.

◆ pos

CDiskTxPos DBKey::pos

Definition at line 47 of file txospenderindex.cpp.


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