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

#include <core_rpc_server_commands_defs.h>

Public Attributes

std::string status
 
std::vector< tx_infotransactions
 
std::vector< spent_key_image_infospent_key_images
 
bool untrusted
 

Member Data Documentation

◆ spent_key_images

std::vector<spent_key_image_info> cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t::spent_key_images

◆ status

std::string cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t::status

◆ transactions

std::vector<tx_info> cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t::transactions

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t::untrusted

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