Monero
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 Attributes

std::string tx_hash
 
std::string as_hex
 
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
 

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

◆ tx_hash

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

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