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

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::response_t:
Collaboration graph
[legend]

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
 
- Public Attributes inherited from cryptonote::rpc_access_response_base
uint64_t credits
 
std::string top_hash
 
- Public Attributes inherited from cryptonote::rpc_response_base
std::string status
 
bool untrusted
 

Additional Inherited Members

- Public Member Functions inherited from cryptonote::rpc_access_response_base
 rpc_access_response_base ()
 
- Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()
 

Member Data Documentation

◆ missed_tx

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

◆ 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

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