Skip to main content
Version: Next

sdk.cip30interface.getcollateral

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

CIP30Interface.getCollateral() method

Retrieves all collateral UTXOs owned by the wallet.

Signature:

getCollateral(): Promise<string[]>;

Returns:

Promise<string[]>

{Promise<string[]>} - The hex-encoded CBOR bytes of the collateral UTXOs owned by the wallet.