|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::list< crypto::hash > | block_ids |
| uint64_t | start_height |
| bool | prune |
| bool | no_miner_tx |
Definition at line 115 of file core_rpc_server_commands_defs.h.
| std::list<crypto::hash> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::block_ids |
Definition at line 116 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::no_miner_tx |
Definition at line 119 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::prune |
Definition at line 118 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::request_t::start_height |
Definition at line 117 of file core_rpc_server_commands_defs.h.