Electroneum
cryptonote::Blockchain::block_extended_info Struct Reference

container for passing a block and metadata about it on the blockchain More...

#include <blockchain.h>

Collaboration diagram for cryptonote::Blockchain::block_extended_info:

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...
 

Detailed Description

container for passing a block and metadata about it on the blockchain

Definition at line 114 of file blockchain.h.

Member Data Documentation

◆ already_generated_coins

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.

◆ bl

block cryptonote::Blockchain::block_extended_info::bl

the block

Definition at line 116 of file blockchain.h.

◆ block_cumulative_weight

size_t cryptonote::Blockchain::block_extended_info::block_cumulative_weight

the weight of the block

Definition at line 118 of file blockchain.h.

◆ cumulative_difficulty

difficulty_type cryptonote::Blockchain::block_extended_info::cumulative_difficulty

the accumulated difficulty after that block

Definition at line 119 of file blockchain.h.

◆ height

uint64_t cryptonote::Blockchain::block_extended_info::height

the height of the block in the blockchain

Definition at line 117 of file blockchain.h.


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