• Parameters

    • Optional config: WalletConnectConfig

    Returns {
        create: ((options) => MetaMaskWallet);
        id: "metamask";
        meta: {
            iconURL: string;
            links: {
                native: string;
                universal: string;
            };
            name: string;
        };
        recommended: undefined | boolean;
    }

    • create: ((options) => MetaMaskWallet)
    • id: "metamask"
    • meta: {
          iconURL: string;
          links: {
              native: string;
              universal: string;
          };
          name: string;
      }
      • iconURL: string
      • links: {
            native: string;
            universal: string;
        }
        • native: string
        • universal: string
      • name: string
    • recommended: undefined | boolean

Generated using TypeDoc