wallet::WalletTXO

A single wallet transaction output, pairing a wallet transaction with one of its outputs.

Synopsis

Declared in <wallet/transaction.h>

class WalletTXO;

Member Functions

NameDescription
WalletTXO [constructor]Construct from a wallet transaction and one of its outputs.
GetTxOut Return the transaction output.
GetWalletTx Return the wallet transaction owning the output.