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

a struct containing txpool per transaction metadata More...

#include <blockchain_db.h>

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

Public Attributes

crypto::hash max_used_block_id
 
crypto::hash last_failed_id
 
uint64_t weight
 
uint64_t fee
 
uint64_t max_used_block_height
 
uint64_t last_failed_height
 
uint64_t receive_time
 
uint64_t last_relayed_time
 
uint8_t kept_by_block
 
uint8_t relayed
 
uint8_t do_not_relay
 
uint8_t double_spend_seen: 1
 
uint8_t bf_padding: 7
 
uint8_t padding [76]
 

Detailed Description

a struct containing txpool per transaction metadata

Member Data Documentation

◆ bf_padding

uint8_t cryptonote::txpool_tx_meta_t::bf_padding

◆ do_not_relay

uint8_t cryptonote::txpool_tx_meta_t::do_not_relay

◆ double_spend_seen

uint8_t cryptonote::txpool_tx_meta_t::double_spend_seen

◆ fee

uint64_t cryptonote::txpool_tx_meta_t::fee

◆ kept_by_block

uint8_t cryptonote::txpool_tx_meta_t::kept_by_block

◆ last_failed_height

uint64_t cryptonote::txpool_tx_meta_t::last_failed_height

◆ last_failed_id

crypto::hash cryptonote::txpool_tx_meta_t::last_failed_id

◆ last_relayed_time

uint64_t cryptonote::txpool_tx_meta_t::last_relayed_time

◆ max_used_block_height

uint64_t cryptonote::txpool_tx_meta_t::max_used_block_height

◆ max_used_block_id

crypto::hash cryptonote::txpool_tx_meta_t::max_used_block_id

◆ padding

uint8_t cryptonote::txpool_tx_meta_t::padding[76]

◆ receive_time

uint64_t cryptonote::txpool_tx_meta_t::receive_time

◆ relayed

uint8_t cryptonote::txpool_tx_meta_t::relayed

◆ weight

uint64_t cryptonote::txpool_tx_meta_t::weight

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