Monero
Public Member Functions | Public Attributes | List of all members
tests::block_index Struct Reference

#include <core_proxy.h>

Collaboration diagram for tests::block_index:
Collaboration graph
[legend]

Public Member Functions

 block_index ()
 
 block_index (size_t _height, const crypto::hash &_id, const crypto::hash &_longhash, const cryptonote::block &_blk, const cryptonote::blobdata &_blob, const std::list< cryptonote::transaction > &_txes)
 

Public Attributes

size_t height
 
crypto::hash id
 
crypto::hash longhash
 
cryptonote::block blk
 
cryptonote::blobdata blob
 
std::list< cryptonote::transactiontxes
 

Constructor & Destructor Documentation

◆ block_index() [1/2]

tests::block_index::block_index ( )
inline

◆ block_index() [2/2]

tests::block_index::block_index ( size_t  _height,
const crypto::hash _id,
const crypto::hash _longhash,
const cryptonote::block _blk,
const cryptonote::blobdata _blob,
const std::list< cryptonote::transaction > &  _txes 
)
inline

Member Data Documentation

◆ blk

cryptonote::block tests::block_index::blk

◆ blob

cryptonote::blobdata tests::block_index::blob

◆ height

size_t tests::block_index::height

◆ id

crypto::hash tests::block_index::id

◆ longhash

crypto::hash tests::block_index::longhash

◆ txes

std::list<cryptonote::transaction> tests::block_index::txes

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