Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_BACKLOG::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_BACKLOG::response_t:

Public Attributes

std::string status
 
std::vector< tx_backlog_entrybacklog
 
bool untrusted
 

Detailed Description

Definition at line 1457 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ backlog

std::vector<tx_backlog_entry> cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_BACKLOG::response_t::backlog

Definition at line 1459 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_BACKLOG::response_t::status

Definition at line 1458 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_BACKLOG::response_t::untrusted

Definition at line 1460 of file core_rpc_server_commands_defs.h.


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