WalletConnectConfig: {
    projectId: string;
    metadata: {
        name: string;
        description: string;
        url: string;
        icons: string[];
    };
}

WalletConnect Config represents the configuration required to enable WalletConnect for the Checkout Widgets.

Type declaration

  • projectId: string

    WalletConnect projectId

  • metadata: {
        name: string;
        description: string;
        url: string;
        icons: string[];
    }

    Dapp metadata that will be displayed on wallet connection and transaction approvals.

    • name: string
    • description: string
    • url: string
    • icons: string[]

Generated using TypeDoc