UNPKG

@substrate/api-sidecar

Version:

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

7 lines (6 loc) 246 B
import * as winston from 'winston'; /** * Console.log style formatting using node's `util.format`. We need this so we * can override console.{log, error, etc.} without issue. */ export declare const nodeUtilFormat: winston.Logform.FormatWrap;