sdk.cip30interface.getutxos
Home > @blaze-cardano/sdk > CIP30Interface > getUtxos
CIP30Interface.getUtxos() method
Retrieves the unspent transaction outputs (UTXOs) controlled by the wallet.
Signature:
getUtxos(): Promise<string[] | undefined>;
Returns:
Promise<string[] | undefined>
{Promise<string[] | undefined>} - The UTXOs controlled by the wallet.