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) 131 B
export interface IToString { toString: () => string; } export declare function isToString(thing: unknown): thing is IToString;