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 376 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 382 of file core_rpc_server_commands_defs.h.

◆ status

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

Definition at line 386 of file core_rpc_server_commands_defs.h.

◆ txs

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

Definition at line 385 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 378 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 379 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t::untrusted

Definition at line 387 of file core_rpc_server_commands_defs.h.


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