Electroneum
cryptonote::tx_info Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::tx_info:

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
 
bool nonexistent_utxo_seen
 

Detailed Description

Definition at line 1322 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ blob_size

uint64_t cryptonote::tx_info::blob_size

Definition at line 1325 of file core_rpc_server_commands_defs.h.

◆ do_not_relay

bool cryptonote::tx_info::do_not_relay

Definition at line 1336 of file core_rpc_server_commands_defs.h.

◆ double_spend_seen

bool cryptonote::tx_info::double_spend_seen

Definition at line 1337 of file core_rpc_server_commands_defs.h.

◆ fee

uint64_t cryptonote::tx_info::fee

Definition at line 1327 of file core_rpc_server_commands_defs.h.

◆ id_hash

std::string cryptonote::tx_info::id_hash

Definition at line 1323 of file core_rpc_server_commands_defs.h.

◆ kept_by_block

bool cryptonote::tx_info::kept_by_block

Definition at line 1330 of file core_rpc_server_commands_defs.h.

◆ last_failed_height

uint64_t cryptonote::tx_info::last_failed_height

Definition at line 1331 of file core_rpc_server_commands_defs.h.

◆ last_failed_id_hash

std::string cryptonote::tx_info::last_failed_id_hash

Definition at line 1332 of file core_rpc_server_commands_defs.h.

◆ last_relayed_time

uint64_t cryptonote::tx_info::last_relayed_time

Definition at line 1335 of file core_rpc_server_commands_defs.h.

◆ max_used_block_height

uint64_t cryptonote::tx_info::max_used_block_height

Definition at line 1329 of file core_rpc_server_commands_defs.h.

◆ max_used_block_id_hash

std::string cryptonote::tx_info::max_used_block_id_hash

Definition at line 1328 of file core_rpc_server_commands_defs.h.

◆ nonexistent_utxo_seen

bool cryptonote::tx_info::nonexistent_utxo_seen

Definition at line 1339 of file core_rpc_server_commands_defs.h.

◆ receive_time

uint64_t cryptonote::tx_info::receive_time

Definition at line 1333 of file core_rpc_server_commands_defs.h.

◆ relayed

bool cryptonote::tx_info::relayed

Definition at line 1334 of file core_rpc_server_commands_defs.h.

◆ tx_blob

std::string cryptonote::tx_info::tx_blob

Definition at line 1338 of file core_rpc_server_commands_defs.h.

◆ tx_json

std::string cryptonote::tx_info::tx_json

Definition at line 1324 of file core_rpc_server_commands_defs.h.

◆ weight

uint64_t cryptonote::tx_info::weight

Definition at line 1326 of file core_rpc_server_commands_defs.h.


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