Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response:
Collaboration graph
[legend]

Public Attributes

uint64_t difficulty
 
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::blockhashing_blob

◆ blocktemplate_blob

blobdata cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::blocktemplate_blob

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::difficulty

◆ expected_reward

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::expected_reward

◆ height

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::height

◆ prev_hash

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::prev_hash

◆ reserved_offset

uint64_t cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::reserved_offset

◆ status

std::string cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::status

◆ untrusted

bool cryptonote::COMMAND_RPC_GETBLOCKTEMPLATE::response::untrusted

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