Bitcoin Core 31.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
txindex::BlockSeqKey Struct Reference

Key for looking up the hash of the block with the given sequence number. More...

#include <txindex_key.h>

Public Member Functions

 SERIALIZE_METHODS (BlockSeqKey, obj)
 

Public Attributes

uint32_t block_seq {0}
 

Detailed Description

Key for looking up the hash of the block with the given sequence number.

Definition at line 74 of file txindex_key.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

txindex::BlockSeqKey::SERIALIZE_METHODS ( BlockSeqKey  ,
obj   
)
inline

Definition at line 77 of file txindex_key.h.

Member Data Documentation

◆ block_seq

uint32_t txindex::BlockSeqKey::block_seq {0}

Definition at line 75 of file txindex_key.h.


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