Construct from a wallet transaction and one of its outputs.

Synopsis

Declared in <wallet/transaction.h>

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

Parameters

Name

Description

wtx

The wallet transaction owning the output.

output

One of the wallet transaction's outputs.

Created with MrDocs