Electroneum
cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry:

Public Member Functions

 if (!this_ref.in_pool)
 

Public Attributes

std::string tx_hash
 
std::string as_hex
 
std::string pruned_as_hex
 
std::string prunable_as_hex
 
std::string prunable_hash
 
std::string as_json
 
bool in_pool
 
bool double_spend_seen
 
uint64_t block_height
 
uint64_t block_timestamp
 
std::vector< uint64_toutput_indices
 
bool relayed
 
bool nonexistent_utxo_seen
 

Detailed Description

Definition at line 341 of file core_rpc_server_commands_defs.h.

Member Function Documentation

◆ if()

cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::if ( !this_ref.  in_pool)
inline

Member Data Documentation

◆ as_hex

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_hex

Definition at line 343 of file core_rpc_server_commands_defs.h.

◆ as_json

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::as_json

Definition at line 347 of file core_rpc_server_commands_defs.h.

◆ block_height

uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_height

Definition at line 350 of file core_rpc_server_commands_defs.h.

◆ block_timestamp

uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_timestamp

Definition at line 351 of file core_rpc_server_commands_defs.h.

◆ double_spend_seen

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::double_spend_seen

Definition at line 349 of file core_rpc_server_commands_defs.h.

◆ in_pool

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::in_pool

Definition at line 348 of file core_rpc_server_commands_defs.h.

◆ nonexistent_utxo_seen

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::nonexistent_utxo_seen

Definition at line 354 of file core_rpc_server_commands_defs.h.

◆ output_indices

std::vector<uint64_t> cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::output_indices

Definition at line 352 of file core_rpc_server_commands_defs.h.

◆ prunable_as_hex

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_as_hex

Definition at line 345 of file core_rpc_server_commands_defs.h.

◆ prunable_hash

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::prunable_hash

Definition at line 346 of file core_rpc_server_commands_defs.h.

◆ pruned_as_hex

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::pruned_as_hex

Definition at line 344 of file core_rpc_server_commands_defs.h.

◆ relayed

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::relayed

Definition at line 353 of file core_rpc_server_commands_defs.h.

◆ tx_hash

std::string cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::tx_hash

Definition at line 342 of file core_rpc_server_commands_defs.h.


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