UNPKG

@substrate/api-sidecar

Version:

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

4 lines (3 loc) 177 B
import type { AnyJson } from '@polkadot/types/types'; export type { AnyJson } from '@polkadot/types/types'; export declare function isAnyJson(thing: unknown): thing is AnyJson;