Monero
Loading...
Searching...
No Matches
cryptonote::pool_supplement Struct Reference

Used to provide transaction info that skips the mempool to block handling code. More...

#include <tx_verification_utils.h>

Public Attributes

std::unordered_map< crypto::hash, std::pair< transaction, blobdata > > txs_by_txid
std::uint8_t nic_verified_hf_version = 0

Detailed Description

Used to provide transaction info that skips the mempool to block handling code.

Member Data Documentation

◆ nic_verified_hf_version

std::uint8_t cryptonote::pool_supplement::nic_verified_hf_version = 0
mutable

◆ txs_by_txid

std::unordered_map<crypto::hash, std::pair<transaction, blobdata> > cryptonote::pool_supplement::txs_by_txid

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