|
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 944 of file core_rpc_server_commands_defs.h.
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blockhashing_blob |
Definition at line 954 of file core_rpc_server_commands_defs.h.
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blocktemplate_blob |
Definition at line 953 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty |
Definition at line 946 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty_top64 |
Definition at line 948 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::expected_reward |
Definition at line 951 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::height |
Definition at line 949 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::prev_hash |
Definition at line 952 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset |
Definition at line 950 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::status |
Definition at line 955 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::untrusted |
Definition at line 956 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::wide_difficulty |
Definition at line 947 of file core_rpc_server_commands_defs.h.