Skip to main content
Version: 0.4.9

wallet.coldwallet.getunspentoutputs

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

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