Skip to main content
Version: 0.4.9

wallet.wallet.getunspentoutputs

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

Wallet.getUnspentOutputs() method

Retrieves the UnspentOutputs controlled by the wallet.

Signature:

abstract getUnspentOutputs(): Promise<TransactionUnspentOutput[]>;

Returns:

Promise<TransactionUnspentOutput[]>

{Promise<TransactionUnspentOutput[]>} - The UnspentOutputs controlled by the wallet.