#include <mini_miner.h>
Definition at line 25 of file mini_miner.h.
◆ MiniMinerMempoolEntry()
node::MiniMinerMempoolEntry::MiniMinerMempoolEntry |
( |
const CTransactionRef & |
tx_in, |
|
|
int64_t |
vsize_self, |
|
|
int64_t |
vsize_ancestor, |
|
|
CAmount |
fee_self, |
|
|
CAmount |
fee_ancestor |
|
) |
| |
|
inlineexplicit |
◆ GetModFeesWithAncestors()
CAmount node::MiniMinerMempoolEntry::GetModFeesWithAncestors |
( |
| ) |
const |
|
inline |
◆ GetModifiedFee()
CAmount node::MiniMinerMempoolEntry::GetModifiedFee |
( |
| ) |
const |
|
inline |
◆ GetSizeWithAncestors()
int64_t node::MiniMinerMempoolEntry::GetSizeWithAncestors |
( |
| ) |
const |
|
inline |
◆ GetTx()
const CTransaction & node::MiniMinerMempoolEntry::GetTx |
( |
| ) |
const |
|
inline |
◆ GetTxSize()
int64_t node::MiniMinerMempoolEntry::GetTxSize |
( |
| ) |
const |
|
inline |
◆ UpdateAncestorState()
void node::MiniMinerMempoolEntry::UpdateAncestorState |
( |
int64_t |
vsize_change, |
|
|
CAmount |
fee_change |
|
) |
| |
|
inline |
◆ fee_individual
const CAmount node::MiniMinerMempoolEntry::fee_individual |
|
private |
◆ fee_with_ancestors
CAmount node::MiniMinerMempoolEntry::fee_with_ancestors |
|
private |
◆ tx
◆ vsize_individual
const int64_t node::MiniMinerMempoolEntry::vsize_individual |
|
private |
◆ vsize_with_ancestors
int64_t node::MiniMinerMempoolEntry::vsize_with_ancestors |
|
private |
The documentation for this class was generated from the following file: