UNPKG

ethereum-lite-explorer

Version:

Ethereum Lite Explorer

7 lines (6 loc) 230 B
export interface ILogger { error(message: string, cause: Error, context?: any): void; error(message: string | Error, context?: any): void; warn(message: string, context?: any): void; info(message: string): void; }