|
Electroneum
|
#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 |
Definition at line 42 of file core_proxy.h.
|
inline |
Definition at line 50 of file core_proxy.h.
|
inline |
Definition at line 51 of file core_proxy.h.
| cryptonote::block tests::block_index::blk |
Definition at line 46 of file core_proxy.h.
| cryptonote::blobdata tests::block_index::blob |
Definition at line 47 of file core_proxy.h.
| size_t tests::block_index::height |
Definition at line 43 of file core_proxy.h.
| crypto::hash tests::block_index::id |
Definition at line 44 of file core_proxy.h.
| crypto::hash tests::block_index::longhash |
Definition at line 45 of file core_proxy.h.
| std::list<cryptonote::transaction> tests::block_index::txes |
Definition at line 48 of file core_proxy.h.