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

Method GetSharedTx

src/txmempool.h:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129 const CTransaction& GetTx() const { return *this->tx; }
130 CTransactionRef GetSharedTx() const { return this->tx; }
131 const CAmount& GetFee() const { return nFee; }
132 size_t GetTxSize() const;
133 size_t GetDiscountTxSize() const;

Callers 8

removeUncheckedMethod · 0.80
GetInfoFunction · 0.80
getMethod · 0.80
FinalizeMethod · 0.80
InitDataMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
AddToBlockMethod · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64