Construct a wallet transaction from a transaction reference and its state.
Synopsis
Declared in <wallet/transaction.h>
CWalletTx(
CTransactionRef tx,
TxState const& state);
Parameters
Name |
Description |
tx |
The transaction reference to wrap. |
state |
The initial confirmation state of the transaction. |
Created with MrDocs