Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t:

Public Attributes

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

Detailed Description

Definition at line 1380 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ spent_key_images

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

Definition at line 1383 of file core_rpc_server_commands_defs.h.

◆ status

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

Definition at line 1381 of file core_rpc_server_commands_defs.h.

◆ transactions

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

Definition at line 1382 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL::response_t::untrusted

Definition at line 1384 of file core_rpc_server_commands_defs.h.


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