Electroneum
cryptonote::COMMAND_RPC_GET_ADDR_TX_BATCH_HISTORY::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_ADDR_TX_BATCH_HISTORY::response_t:

Public Attributes

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

Detailed Description

Definition at line 1615 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ last_page

bool cryptonote::COMMAND_RPC_GET_ADDR_TX_BATCH_HISTORY::response_t::last_page

Definition at line 1618 of file core_rpc_server_commands_defs.h.

◆ next_addr_tx_id

uint64_t cryptonote::COMMAND_RPC_GET_ADDR_TX_BATCH_HISTORY::response_t::next_addr_tx_id

Definition at line 1617 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_ADDR_TX_BATCH_HISTORY::response_t::status

Definition at line 1616 of file core_rpc_server_commands_defs.h.

◆ txs

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

Definition at line 1619 of file core_rpc_server_commands_defs.h.


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