Retrieves the UTXO for this input

Synopsis

Declared in <psbt.h>

bool
GetUTXO(CTxOut& utxo) const;

Return Value

Whether the UTXO could be retrieved

Parameters

Name

Description

utxo [out]

The UTXO of this input

Created with MrDocs