Electroneum
cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t:

Public Attributes

std::string status
 
uint64_t next_out_id
 
bool last_page
 
std::vector< std::string > txs
 

Detailed Description

Definition at line 1582 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ last_page

bool cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t::last_page

Definition at line 1585 of file core_rpc_server_commands_defs.h.

◆ next_out_id

uint64_t cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t::next_out_id

Definition at line 1584 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t::status

Definition at line 1583 of file core_rpc_server_commands_defs.h.

◆ txs

std::vector<std::string> cryptonote::COMMAND_RPC_GET_ADDRESS_BATCH_HISTORY::response_t::txs

Definition at line 1586 of file core_rpc_server_commands_defs.h.


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