Skip to main content
Version: Next

sdk.wallet.getcollateral

Home > @blaze-cardano/sdk > Wallet > getCollateral

Wallet.getCollateral() method

Retrieves the collateral UnspentOutputs for the wallet.

Signature:

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

Returns:

Promise<TransactionUnspentOutput[]>

{Promise<TransactionUnspentOutput[]>} - The collateral for the wallet.