UNPKG

machinomy

Version:

Micropayments powered by Ethereum

4 lines (3 loc) 85 B
export default interface IExec<A> { exec<B>(fn: (client: A) => B): Promise<B>; }