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) 158 B
export declare type IParams = string[]; export interface IPayload { id?: number; jsonrpc?: string; method: string; params?: IParams; }