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.