|
Electroneum
|
a struct containing txpool per transaction metadata More...
#include <blockchain_db.h>

Public Attributes | |
| crypto::hash | max_used_block_id |
| crypto::hash | last_failed_id |
| uint64_t | blob_size |
| 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 | padding [77] |
a struct containing txpool per transaction metadata
| uint64_t cryptonote::txpool_tx_meta_t::blob_size |
| uint8_t cryptonote::txpool_tx_meta_t::do_not_relay |
| uint64_t cryptonote::txpool_tx_meta_t::fee |
| uint8_t cryptonote::txpool_tx_meta_t::kept_by_block |
| uint64_t cryptonote::txpool_tx_meta_t::last_failed_height |
| crypto::hash cryptonote::txpool_tx_meta_t::last_failed_id |
| uint64_t cryptonote::txpool_tx_meta_t::last_relayed_time |
| uint64_t cryptonote::txpool_tx_meta_t::max_used_block_height |
| crypto::hash cryptonote::txpool_tx_meta_t::max_used_block_id |
| uint8_t cryptonote::txpool_tx_meta_t::padding[77] |
| uint64_t cryptonote::txpool_tx_meta_t::receive_time |
| uint8_t cryptonote::txpool_tx_meta_t::relayed |
1.8.14