|
Monero
|
#include <core_proxy.h>

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::transaction > | txes |
|
inline |
|
inline |
| cryptonote::block tests::block_index::blk |
| cryptonote::blobdata tests::block_index::blob |
| size_t tests::block_index::height |
| crypto::hash tests::block_index::id |
| crypto::hash tests::block_index::longhash |
| std::list<cryptonote::transaction> tests::block_index::txes |
1.8.14