Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_HASHES_BIN::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_HASHES_BIN::response_t:

Public Attributes

std::string status
 
std::vector< crypto::hashtx_hashes
 
bool untrusted
 

Detailed Description

Definition at line 1405 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ status

std::string cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_HASHES_BIN::response_t::status

Definition at line 1406 of file core_rpc_server_commands_defs.h.

◆ tx_hashes

std::vector<crypto::hash> cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_HASHES_BIN::response_t::tx_hashes

Definition at line 1407 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_TRANSACTION_POOL_HASHES_BIN::response_t::untrusted

Definition at line 1408 of file core_rpc_server_commands_defs.h.


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