Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t:

Public Attributes

std::vector< std::string > txs_as_hex
 
std::vector< std::string > txs_as_json
 
std::vector< std::string > missed_tx
 
std::vector< entrytxs
 
std::string status
 
bool untrusted
 

Detailed Description

Definition at line 394 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ missed_tx

std::vector<std::string> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::missed_tx

Definition at line 401 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::status

Definition at line 405 of file core_rpc_server_commands_defs.h.

◆ txs

std::vector<entry> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::txs

Definition at line 404 of file core_rpc_server_commands_defs.h.

◆ txs_as_hex

std::vector<std::string> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::txs_as_hex

Definition at line 397 of file core_rpc_server_commands_defs.h.

◆ txs_as_json

std::vector<std::string> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::txs_as_json

Definition at line 398 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::untrusted

Definition at line 406 of file core_rpc_server_commands_defs.h.


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