Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

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
 

Member Data Documentation

◆ missed_tx

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

◆ status

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

◆ txs

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

◆ txs_as_hex

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

◆ txs_as_json

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

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::untrusted

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