UNPKG

exeos

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

5 lines (3 loc) 171 B
export type SendReturnResult = { result: any } export type SendReturn = any export type Send = (method: string, params?: any[]) => Promise<SendReturnResult | SendReturn>