UNPKG

eth-janus

Version:

Indirection service

5 lines (4 loc) 163 B
export interface IMessageProvider { postMessage(from: string, to: string, message: string): any; watch(callback: (err: any, message: any) => void): any; }