UNPKG

@substrate/api-sidecar

Version:

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

8 lines (7 loc) 176 B
import { Logger } from 'winston'; /** * Override console methods with a winston.Logger. * * @param logger */ export declare function consoleOverride(logger: Logger): void;