UNPKG

@substrate/api-sidecar

Version:

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

7 lines (6 loc) 112 B
import { IAt } from '.'; export interface IPallet { at: IAt; pallet: string; palletIndex: number; }