UNPKG

@robincore/flutter-dapp-provider

Version:

a javascript ethereum provider injector used as an interface between wallet and dApps. [for flutter]

6 lines (5 loc) 111 B
export interface ISetup { currentAddress: string; currentProvider: string; chainId: string; }