|
Electroneum
|
container for passing a block and metadata about it on the blockchain More...
#include <blockchain.h>

Public Attributes | |
| block | bl |
| the block More... | |
| uint64_t | height |
| the height of the block in the blockchain More... | |
| size_t | block_cumulative_weight |
| the weight of the block More... | |
| difficulty_type | cumulative_difficulty |
| the accumulated difficulty after that block More... | |
| uint64_t | already_generated_coins |
| the total coins minted after that block More... | |
container for passing a block and metadata about it on the blockchain
Definition at line 114 of file blockchain.h.
| uint64_t cryptonote::Blockchain::block_extended_info::already_generated_coins |
the total coins minted after that block
Definition at line 120 of file blockchain.h.
| block cryptonote::Blockchain::block_extended_info::bl |
the block
Definition at line 116 of file blockchain.h.
| size_t cryptonote::Blockchain::block_extended_info::block_cumulative_weight |
the weight of the block
Definition at line 118 of file blockchain.h.
| difficulty_type cryptonote::Blockchain::block_extended_info::cumulative_difficulty |
the accumulated difficulty after that block
Definition at line 119 of file blockchain.h.
| uint64_t cryptonote::Blockchain::block_extended_info::height |
the height of the block in the blockchain
Definition at line 117 of file blockchain.h.