![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <mini_miner.h>
Public Member Functions | |
| MiniMinerMempoolEntry (const CTransactionRef &tx_in, int64_t vsize_self, int64_t vsize_ancestor, CAmount fee_self, CAmount fee_ancestor) | |
| CAmount | GetModifiedFee () const |
| CAmount | GetModFeesWithAncestors () const |
| int64_t | GetTxSize () const |
| int64_t | GetSizeWithAncestors () const |
| const CTransaction & | GetTx () const LIFETIMEBOUND |
| void | UpdateAncestorState (int64_t vsize_change, CAmount fee_change) |
Private Attributes | |
| const CTransactionRef | tx |
| const int64_t | vsize_individual |
| int64_t | vsize_with_ancestors |
| const CAmount | fee_individual |
| CAmount | fee_with_ancestors |
Definition at line 25 of file mini_miner.h.
|
inlineexplicit |
Definition at line 37 of file mini_miner.h.
|
inline |
Definition at line 50 of file mini_miner.h.
|
inline |
Definition at line 49 of file mini_miner.h.
|
inline |
Definition at line 52 of file mini_miner.h.
|
inline |
Definition at line 53 of file mini_miner.h.
|
inline |
Definition at line 51 of file mini_miner.h.
|
inline |
Definition at line 54 of file mini_miner.h.
|
private |
Definition at line 30 of file mini_miner.h.
|
private |
Definition at line 31 of file mini_miner.h.
|
private |
Definition at line 27 of file mini_miner.h.
|
private |
Definition at line 28 of file mini_miner.h.
|
private |
Definition at line 29 of file mini_miner.h.