wallet::WalletTXO::WalletTXO

Construct from a wallet transaction and one of its outputs.

Synopsis

Declared in <wallet/transaction.h>

WalletTXO(
    CWalletTx const& wtx,
    CTxOut const& output);

Parameters

NameDescription
wtxThe wallet transaction owning the output.
outputOne of the wallet transaction's outputs.