Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t:

Public Attributes

std::vector< std::string > txs_hashes
 
bool decode_as_json
 
bool prune
 
bool split
 

Detailed Description

Definition at line 325 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ decode_as_json

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t::decode_as_json

Definition at line 327 of file core_rpc_server_commands_defs.h.

◆ prune

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t::prune

Definition at line 328 of file core_rpc_server_commands_defs.h.

◆ split

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t::split

Definition at line 329 of file core_rpc_server_commands_defs.h.

◆ txs_hashes

std::vector<std::string> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::request_t::txs_hashes

Definition at line 326 of file core_rpc_server_commands_defs.h.


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