UNPKG

@wandevs/web3modal

Version:

A single Web3 / Ethereum provider solution for all Wallets

7 lines 334 B
import { IAbstractConnectorOptions } from "../../helpers"; export interface IFortmaticConnectorOptions extends IAbstractConnectorOptions { key: string; } declare const ConnectToFortmatic: (Fortmatic: any, opts: IFortmaticConnectorOptions) => Promise<any>; export default ConnectToFortmatic; //# sourceMappingURL=fortmatic.d.ts.map