Monero
Public Attributes | List of all members
cryptonote::block_header_response Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::block_header_response:
Collaboration graph
[legend]

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
 
difficulty_type difficulty
 
difficulty_type cumulative_difficulty
 
uint64_t reward
 
uint64_t block_size
 
uint64_t block_weight
 
uint64_t num_txes
 
std::string pow_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

difficulty_type cryptonote::block_header_response::cumulative_difficulty

◆ depth

uint64_t cryptonote::block_header_response::depth

◆ difficulty

difficulty_type cryptonote::block_header_response::difficulty

◆ hash

std::string cryptonote::block_header_response::hash

◆ height

uint64_t cryptonote::block_header_response::height

◆ major_version

uint8_t cryptonote::block_header_response::major_version

◆ 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

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