Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

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
 
blobdata blocktemplate_blob
 
blobdata blockhashing_blob
 
std::string status
 
bool untrusted
 

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

◆ prev_hash

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

◆ reserved_offset

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::reserved_offset

◆ status

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

◆ untrusted

bool cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response_t::untrusted

◆ wide_difficulty

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

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