Electroneum
cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t:

Public Attributes

uint64_t amount_of_blocks
 
std::string wallet_address
 
std::string prev_block
 
uint32_t starting_nonce
 

Detailed Description

Definition at line 1001 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ amount_of_blocks

uint64_t cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t::amount_of_blocks

Definition at line 1002 of file core_rpc_server_commands_defs.h.

◆ prev_block

std::string cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t::prev_block

Definition at line 1004 of file core_rpc_server_commands_defs.h.

◆ starting_nonce

uint32_t cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t::starting_nonce

Definition at line 1005 of file core_rpc_server_commands_defs.h.

◆ wallet_address

std::string cryptonote::COMMAND_RPC_GENERATEBLOCKS::request_t::wallet_address

Definition at line 1003 of file core_rpc_server_commands_defs.h.


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