sdk.wallet.getunspentoutputs
Home > @blaze-cardano/sdk > 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.