UNPKG

js-moi-providers

Version:

Module to connect and interact with MOI network

6 lines (3 loc) 144 B
import type { LogFilter } from "./jsonrpc"; export type EventType = string | LogFilter; export type Listener = (...args: Array<any>) => void;