UNPKG

@robincore/flutter-dapp-provider

Version:

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

8 lines (7 loc) 291 B
import { InitProvider, ISetup } from "../index"; import { IPayload } from "./IParams"; import { funcType } from "../providers/InitProvider"; export declare class CoreStream extends InitProvider { constructor(setup: ISetup); request<T>(args: IPayload): Promise<funcType<T>>; }