|
Monero
|
#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 |
| uint64_t | seed_height |
| std::string | seed_hash |
| std::string | next_seed_hash |
| blobdata | blocktemplate_blob |
| blobdata | blockhashing_blob |
| Public Attributes inherited from cryptonote::rpc_response_base | |
| std::string | status |
| bool | untrusted |
Additional Inherited Members | |
| Public Member Functions inherited from cryptonote::rpc_response_base | |
| rpc_response_base () | |
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blockhashing_blob |
| blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blocktemplate_blob |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty_top64 |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::expected_reward |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::height |
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::next_seed_hash |
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::prev_hash |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset |
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::seed_hash |
| uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::seed_height |
| std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::wide_difficulty |