Monero
Loading...
Searching...
No Matches
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t:
Collaboration graph
[legend]

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 ()
 

Member Data Documentation

◆ blockhashing_blob

blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blockhashing_blob

◆ blocktemplate_blob

blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::blocktemplate_blob

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty

◆ difficulty_top64

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::difficulty_top64

◆ expected_reward

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::expected_reward

◆ height

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::height

◆ next_seed_hash

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::next_seed_hash

◆ prev_hash

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

◆ reserved_offset

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset

◆ seed_hash

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::seed_hash

◆ seed_height

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::seed_height

◆ wide_difficulty

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

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