UNPKG

@totle/web3connect

Version:

A single Web3 / Ethereum provider solution for all Wallets

7 lines 263 B
export interface IFortmaticConnectorOptions { key: string; network?: string; } declare const ConnectToFortmatic: (Fortmatic: any, opts: IFortmaticConnectorOptions) => Promise<any>; export default ConnectToFortmatic; //# sourceMappingURL=fortmatic.d.ts.map