BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::chain::index_entry Struct Reference

Public Member Functions

 index_entry ()
 

Public Attributes

boost::endian::little_uint64_buf_t block_pos
 
boost::endian::little_uint32_buf_t block_size
 
block_id_type block_id
 

Detailed Description

Definition at line 31 of file block_database.cpp.

Constructor & Destructor Documentation

◆ index_entry()

graphene::chain::index_entry::index_entry ( )
inline

Definition at line 33 of file block_database.cpp.

Member Data Documentation

◆ block_id

block_id_type graphene::chain::index_entry::block_id

Definition at line 39 of file block_database.cpp.

◆ block_pos

boost::endian::little_uint64_buf_t graphene::chain::index_entry::block_pos

Definition at line 36 of file block_database.cpp.

◆ block_size

boost::endian::little_uint32_buf_t graphene::chain::index_entry::block_size

Definition at line 38 of file block_database.cpp.


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