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) 152 B
export interface IFrameMethod { pallet: string; method: string; } export declare function isFrameMethod(thing: unknown): thing is IFrameMethod;