|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

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 |
Definition at line 955 of file core_rpc_server_commands_defs.h.
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blockhashing_blob |
Definition at line 964 of file core_rpc_server_commands_defs.h.
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blocktemplate_blob |
Definition at line 963 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty |
Definition at line 956 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty_top64 |
Definition at line 958 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::expected_reward |
Definition at line 961 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::height |
Definition at line 959 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::prev_hash |
Definition at line 962 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset |
Definition at line 960 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::status |
Definition at line 965 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::untrusted |
Definition at line 966 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::wide_difficulty |
Definition at line 957 of file core_rpc_server_commands_defs.h.