Monero
Loading...
Searching...
No Matches
cryptonote::block_header_response Struct Reference

#include <core_rpc_server_commands_defs.h>

Public Attributes

uint8_t major_version
uint8_t minor_version
uint64_t timestamp
std::string prev_hash
uint32_t nonce
bool orphan_status
uint64_t height
uint64_t depth
std::string hash
uint64_t difficulty
std::string wide_difficulty
uint64_t difficulty_top64
uint64_t cumulative_difficulty
std::string wide_cumulative_difficulty
uint64_t cumulative_difficulty_top64
uint64_t reward
uint64_t block_size
uint64_t block_weight
uint64_t num_txes
std::string pow_hash
uint64_t long_term_weight
std::string miner_tx_hash

Member Data Documentation

◆ block_size

uint64_t cryptonote::block_header_response::block_size

◆ block_weight

uint64_t cryptonote::block_header_response::block_weight

◆ cumulative_difficulty

uint64_t cryptonote::block_header_response::cumulative_difficulty

◆ cumulative_difficulty_top64

uint64_t cryptonote::block_header_response::cumulative_difficulty_top64

◆ depth

uint64_t cryptonote::block_header_response::depth

◆ difficulty

uint64_t cryptonote::block_header_response::difficulty

◆ difficulty_top64

uint64_t cryptonote::block_header_response::difficulty_top64

◆ hash

std::string cryptonote::block_header_response::hash

◆ height

uint64_t cryptonote::block_header_response::height

◆ long_term_weight

uint64_t cryptonote::block_header_response::long_term_weight

◆ major_version

uint8_t cryptonote::block_header_response::major_version

◆ miner_tx_hash

std::string cryptonote::block_header_response::miner_tx_hash

◆ minor_version

uint8_t cryptonote::block_header_response::minor_version

◆ nonce

uint32_t cryptonote::block_header_response::nonce

◆ num_txes

uint64_t cryptonote::block_header_response::num_txes

◆ orphan_status

bool cryptonote::block_header_response::orphan_status

◆ pow_hash

std::string cryptonote::block_header_response::pow_hash

◆ prev_hash

std::string cryptonote::block_header_response::prev_hash

◆ reward

uint64_t cryptonote::block_header_response::reward

◆ timestamp

uint64_t cryptonote::block_header_response::timestamp

◆ wide_cumulative_difficulty

std::string cryptonote::block_header_response::wide_cumulative_difficulty

◆ wide_difficulty

std::string cryptonote::block_header_response::wide_difficulty

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