UNPKG

@totle/web3connect

Version:

A single Web3 / Ethereum provider solution for all Wallets

6 lines 250 B
export interface IAuthereumConnectorOptions { network?: string; } declare const ConnectToAuthereum: (Authereum: any, opts: IAuthereumConnectorOptions) => Promise<unknown>; export default ConnectToAuthereum; //# sourceMappingURL=authereum.d.ts.map