Electroneum
Public Attributes | List of all members
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:
Collaboration graph
[legend]

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

Member Data Documentation

◆ already_generated_coins

uint64_t cryptonote::Blockchain::block_extended_info::already_generated_coins

the total coins minted after that block

◆ bl

block cryptonote::Blockchain::block_extended_info::bl

the block

◆ block_cumulative_weight

size_t cryptonote::Blockchain::block_extended_info::block_cumulative_weight

the weight of the block

◆ cumulative_difficulty

difficulty_type cryptonote::Blockchain::block_extended_info::cumulative_difficulty

the accumulated difficulty after that block

◆ height

uint64_t cryptonote::Blockchain::block_extended_info::height

the height of the block in the blockchain


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