UNPKG

@substrate/api-sidecar

Version:

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

5 lines (4 loc) 132 B
export interface IToJSONable { toJSON: () => any; } export declare function isToJSONable(thing: unknown): thing is IToJSONable;