|
Monero
|
#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 |
| uint64_t cryptonote::block_header_response::block_size |
| uint64_t cryptonote::block_header_response::block_weight |
| uint64_t cryptonote::block_header_response::cumulative_difficulty |
| uint64_t cryptonote::block_header_response::cumulative_difficulty_top64 |
| uint64_t cryptonote::block_header_response::depth |
| uint64_t cryptonote::block_header_response::difficulty |
| uint64_t cryptonote::block_header_response::difficulty_top64 |
| std::string cryptonote::block_header_response::hash |
| uint64_t cryptonote::block_header_response::height |
| uint64_t cryptonote::block_header_response::long_term_weight |
| uint8_t cryptonote::block_header_response::major_version |
| std::string cryptonote::block_header_response::miner_tx_hash |
| uint8_t cryptonote::block_header_response::minor_version |
| uint32_t cryptonote::block_header_response::nonce |
| uint64_t cryptonote::block_header_response::num_txes |
| bool cryptonote::block_header_response::orphan_status |
| std::string cryptonote::block_header_response::pow_hash |
| std::string cryptonote::block_header_response::prev_hash |
| uint64_t cryptonote::block_header_response::reward |
| uint64_t cryptonote::block_header_response::timestamp |
| std::string cryptonote::block_header_response::wide_cumulative_difficulty |
| std::string cryptonote::block_header_response::wide_difficulty |