UNPKG

@substrate/api-sidecar

Version:

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

6 lines (5 loc) 219 B
/** * Slice out the timestamp from a message so it is not redundant with the winston * timestamp. This is for the polkadot-js console statements. */ export declare const stripTimestamp: import("logform").FormatWrap;