Type alias WC2Options

WC2Options: {
    projectId?: string;
} & Omit<WalletOptions<WalletConnectOptions>, "projectId" | "qrcode" | "qrModalOptions" | "clientId" | "secretKey"> & {
    walletId: NonNullable<WalletOptions["walletId"]>;
}

Type declaration

  • Optional projectId?: string

    The WalletConnectV2 projectId.

    We provide a default projectId but recommend you get your own when launching your app in production.

Type declaration

  • walletId: NonNullable<WalletOptions["walletId"]>

Generated using TypeDoc