Electroneum
Public Attributes | List of all members
cryptonote::tx_info Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::tx_info:
Collaboration graph
[legend]

Public Attributes

std::string id_hash
 
std::string tx_json
 
uint64_t blob_size
 
uint64_t weight
 
uint64_t fee
 
std::string max_used_block_id_hash
 
uint64_t max_used_block_height
 
bool kept_by_block
 
uint64_t last_failed_height
 
std::string last_failed_id_hash
 
uint64_t receive_time
 
bool relayed
 
uint64_t last_relayed_time
 
bool do_not_relay
 
bool double_spend_seen
 
std::string tx_blob
 

Member Data Documentation

◆ blob_size

uint64_t cryptonote::tx_info::blob_size

◆ do_not_relay

bool cryptonote::tx_info::do_not_relay

◆ double_spend_seen

bool cryptonote::tx_info::double_spend_seen

◆ fee

uint64_t cryptonote::tx_info::fee

◆ id_hash

std::string cryptonote::tx_info::id_hash

◆ kept_by_block

bool cryptonote::tx_info::kept_by_block

◆ last_failed_height

uint64_t cryptonote::tx_info::last_failed_height

◆ last_failed_id_hash

std::string cryptonote::tx_info::last_failed_id_hash

◆ last_relayed_time

uint64_t cryptonote::tx_info::last_relayed_time

◆ max_used_block_height

uint64_t cryptonote::tx_info::max_used_block_height

◆ max_used_block_id_hash

std::string cryptonote::tx_info::max_used_block_id_hash

◆ receive_time

uint64_t cryptonote::tx_info::receive_time

◆ relayed

bool cryptonote::tx_info::relayed

◆ tx_blob

std::string cryptonote::tx_info::tx_blob

◆ tx_json

std::string cryptonote::tx_info::tx_json

◆ weight

uint64_t cryptonote::tx_info::weight

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