@web3-wallet/brave-wallet
Version:
metamask connector
8 lines • 304 B
TypeScript
import type { WalletName } from '@web3-wallet/core';
import { Connector } from '@web3-wallet/core';
export declare class BraveWallet extends Connector {
static walletName: WalletName<string>;
static walletIcon: string;
walletName: WalletName<string>;
}
//# sourceMappingURL=Connector.d.ts.map