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

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

#include <txindex_key.h>

Collaboration diagram for txindex::BlockHashKey:
[legend]

Public Member Functions

 SERIALIZE_METHODS (BlockHashKey, obj)
 

Public Attributes

uint256 block_hash
 

Detailed Description

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

Definition at line 87 of file txindex_key.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

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

Definition at line 90 of file txindex_key.h.

Member Data Documentation

◆ block_hash

uint256 txindex::BlockHashKey::block_hash

Definition at line 88 of file txindex_key.h.


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