Electroneum
cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t:

Public Attributes

uint64_t difficulty
 
std::string wide_difficulty
 
uint64_t difficulty_top64
 
uint64_t height
 
uint64_t reserved_offset
 
uint64_t expected_reward
 
std::string prev_hash
 
blobdata blocktemplate_blob
 
blobdata blockhashing_blob
 
std::string status
 
bool untrusted
 

Detailed Description

Definition at line 955 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blockhashing_blob

blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blockhashing_blob

Definition at line 964 of file core_rpc_server_commands_defs.h.

◆ blocktemplate_blob

blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blocktemplate_blob

Definition at line 963 of file core_rpc_server_commands_defs.h.

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty

Definition at line 956 of file core_rpc_server_commands_defs.h.

◆ difficulty_top64

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty_top64

Definition at line 958 of file core_rpc_server_commands_defs.h.

◆ expected_reward

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::expected_reward

Definition at line 961 of file core_rpc_server_commands_defs.h.

◆ height

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::height

Definition at line 959 of file core_rpc_server_commands_defs.h.

◆ prev_hash

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::prev_hash

Definition at line 962 of file core_rpc_server_commands_defs.h.

◆ reserved_offset

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset

Definition at line 960 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::status

Definition at line 965 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::untrusted

Definition at line 966 of file core_rpc_server_commands_defs.h.

◆ wide_difficulty

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::wide_difficulty

Definition at line 957 of file core_rpc_server_commands_defs.h.


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