BroswerWalletExtension: {
    apiVersion: string;
    icon: string;
    name: string;
    supported: boolean;
}

The BroswerWalletExtension is an interface for interacting with a querying the list of Browser Cardano Wallet Extensions.

Type declaration

  • apiVersion: string

    Version of the extension

  • icon: string

    icon of the extension

  • name: string

    The name of the wallet behind the browser extension

  • supported: boolean

    Indicates if the extension supports building/signing Marlowe Transactions or not.