Electroneum
cryptonote::rpc::tx_in_pool Struct Reference

#include <message_data_structs.h>

Collaboration diagram for cryptonote::rpc::tx_in_pool:

Public Attributes

cryptonote::transaction tx
 
crypto::hash tx_hash
 
uint64_t blob_size
 
uint64_t weight
 
uint64_t fee
 
crypto::hash max_used_block_hash
 
uint64_t max_used_block_height
 
bool kept_by_block
 
crypto::hash last_failed_block_hash
 
uint64_t last_failed_block_height
 
uint64_t receive_time
 
uint64_t last_relayed_time
 
bool relayed
 
bool do_not_relay
 
bool double_spend_seen
 
bool nonexistent_utxo_seen
 

Detailed Description

Definition at line 87 of file message_data_structs.h.

Member Data Documentation

◆ blob_size

uint64_t cryptonote::rpc::tx_in_pool::blob_size

Definition at line 91 of file message_data_structs.h.

◆ do_not_relay

bool cryptonote::rpc::tx_in_pool::do_not_relay

Definition at line 102 of file message_data_structs.h.

◆ double_spend_seen

bool cryptonote::rpc::tx_in_pool::double_spend_seen

Definition at line 103 of file message_data_structs.h.

◆ fee

uint64_t cryptonote::rpc::tx_in_pool::fee

Definition at line 93 of file message_data_structs.h.

◆ kept_by_block

bool cryptonote::rpc::tx_in_pool::kept_by_block

Definition at line 96 of file message_data_structs.h.

◆ last_failed_block_hash

crypto::hash cryptonote::rpc::tx_in_pool::last_failed_block_hash

Definition at line 97 of file message_data_structs.h.

◆ last_failed_block_height

uint64_t cryptonote::rpc::tx_in_pool::last_failed_block_height

Definition at line 98 of file message_data_structs.h.

◆ last_relayed_time

uint64_t cryptonote::rpc::tx_in_pool::last_relayed_time

Definition at line 100 of file message_data_structs.h.

◆ max_used_block_hash

crypto::hash cryptonote::rpc::tx_in_pool::max_used_block_hash

Definition at line 94 of file message_data_structs.h.

◆ max_used_block_height

uint64_t cryptonote::rpc::tx_in_pool::max_used_block_height

Definition at line 95 of file message_data_structs.h.

◆ nonexistent_utxo_seen

bool cryptonote::rpc::tx_in_pool::nonexistent_utxo_seen

Definition at line 104 of file message_data_structs.h.

◆ receive_time

uint64_t cryptonote::rpc::tx_in_pool::receive_time

Definition at line 99 of file message_data_structs.h.

◆ relayed

bool cryptonote::rpc::tx_in_pool::relayed

Definition at line 101 of file message_data_structs.h.

◆ tx

cryptonote::transaction cryptonote::rpc::tx_in_pool::tx

Definition at line 89 of file message_data_structs.h.

◆ tx_hash

crypto::hash cryptonote::rpc::tx_in_pool::tx_hash

Definition at line 90 of file message_data_structs.h.

◆ weight

uint64_t cryptonote::rpc::tx_in_pool::weight

Definition at line 92 of file message_data_structs.h.


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