Skip to main content
Version: 0.4.9

wallet.cip30interface.getcollateral

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