Monero
Loading...
Searching...
No Matches
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
uint64_t height
 the height of the block in the blockchain
uint64_t block_cumulative_weight
 the weight of the block
difficulty_type cumulative_difficulty
 the accumulated difficulty after that block
uint64_t already_generated_coins
 the total coins minted after that block

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

uint64_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: