Electroneum
Public Member Functions | Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry:
Collaboration graph
[legend]

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_t > output_indices
 
bool relayed
 

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

◆ as_json

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

◆ block_height

uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_height

◆ block_timestamp

uint64_t cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::block_timestamp

◆ double_spend_seen

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::double_spend_seen

◆ in_pool

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::in_pool

◆ output_indices

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

◆ prunable_as_hex

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

◆ prunable_hash

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

◆ pruned_as_hex

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

◆ relayed

bool cryptonote::COMMAND_RPC_GET_TRANSACTIONS::entry::relayed

◆ tx_hash

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

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