Monero
Public Member Functions | Public Attributes | List of all members
cryptonote::block_complete_entry Struct Reference

#include <cryptonote_protocol_defs.h>

Public Member Functions

 if (this_ref.pruned)
 
 if (is_store)
 
 epee::serialization::selector (txs, stg, hparent_section, "txs")
 
 if (!is_store)
 
 block_complete_entry ()
 

Public Attributes

bool pruned
 
blobdata block
 
uint64_t block_weight
 
std::vector< tx_blob_entrytxs
 
 else
 

Constructor & Destructor Documentation

◆ block_complete_entry()

cryptonote::block_complete_entry::block_complete_entry ( )
inline

Member Function Documentation

◆ epee::serialization::selector()

cryptonote::block_complete_entry::epee::serialization::selector ( txs  ,
stg  ,
hparent_section  ,
"txs"   
)

◆ if() [1/3]

cryptonote::block_complete_entry::if ( this_ref.  pruned)
inline

◆ if() [2/3]

cryptonote::block_complete_entry::if ( is_store  )
inline

◆ if() [3/3]

cryptonote::block_complete_entry::if ( is_store)
inline

Member Data Documentation

◆ block

blobdata cryptonote::block_complete_entry::block

◆ block_weight

uint64_t cryptonote::block_complete_entry::block_weight

◆ else

cryptonote::block_complete_entry::else
Initial value:
{
std::vector<blobdata> txs

◆ pruned

bool cryptonote::block_complete_entry::pruned

◆ txs

std::vector<tx_blob_entry> cryptonote::block_complete_entry::txs

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