wallet::CWalletTx::CWalletTx

Construct a wallet transaction from a transaction reference and its state.

Synopsis

Declared in <wallet/transaction.h>

CWalletTx(
    CTransactionRef tx,
    TxState const& state);

Parameters

NameDescription
txThe transaction reference to wrap.
stateThe initial confirmation state of the transaction.