Skip to main content
Version: 0.4.9

wallet.hotwallet.getunspentoutputs

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

HotWallet.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.