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.