Skip to main content
Version: 0.4.9

wallet.hotsinglewallet.getunspentoutputs

Home > @blaze-cardano/wallet > HotSingleWallet > getUnspentOutputs

HotSingleWallet.getUnspentOutputs() method

Retrieves the UTxO(s) controlled by the wallet.

Signature:

getUnspentOutputs(): Promise<TransactionUnspentOutput[]>;

Returns:

Promise<TransactionUnspentOutput[]>

{Promise<TransactionUnspentOutput[]>} - The UTXO(s) controlled by the wallet.