Skip to main content
Version: 0.4.9

wallet.webwallet.getunspentoutputs

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

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