Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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.

Here is the caller graph for this function:

Member Function Documentation

◆ SERIALIZE_METHODS()

DBKey::SERIALIZE_METHODS ( DBKey ,
obj  )
inline

Definition at line 51 of file txospenderindex.cpp.

Here is the call graph for this function:

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: