Electroneum
cryptonote::COMMAND_RPC_GENERATEBLOCKS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GENERATEBLOCKS::response_t:

Public Attributes

uint64_t height
 
std::vector< std::string > blocks
 
std::string status
 

Detailed Description

Definition at line 1017 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blocks

std::vector<std::string> cryptonote::COMMAND_RPC_GENERATEBLOCKS::response_t::blocks

Definition at line 1019 of file core_rpc_server_commands_defs.h.

◆ height

uint64_t cryptonote::COMMAND_RPC_GENERATEBLOCKS::response_t::height

Definition at line 1018 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GENERATEBLOCKS::response_t::status

Definition at line 1020 of file core_rpc_server_commands_defs.h.


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