MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetTxSize

Method GetTxSize

src/node/miner.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 uint64_t GetDiscountSizeWithAncestors() const { return discountSizeWithAncestors; }
52 CAmount GetModFeesWithAncestors() const { return nModFeesWithAncestors; }
53 size_t GetTxSize() const { return iter->GetTxSize(); }
54 size_t GetDiscountTxSize() const { return iter->GetDiscountTxSize(); }
55 const CTransaction& GetTx() const { return iter->GetTx(); }
56

Callers 7

PaysMoreThanConflictsFunction · 0.45
processTransactionMethod · 0.45
processBlockTxMethod · 0.45
blockchain.cppFile · 0.45
AddToBlockMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected