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

Method CWalletTx

src/wallet/transaction.h:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 mutable CAmountMap nChangeCached;
200
201 CWalletTx(CTransactionRef tx, const TxState& state) : tx(std::move(tx)), m_state(state)
202 {
203 Init();
204 }
205
206 void Init()
207 {

Callers

nothing calls this directly

Calls 1

InitClass · 0.50

Tested by

no test coverage detected