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) 245 B
import { PalletConstantMetadataLatest } from '@polkadot/types/interfaces'; import { IPallet } from '.'; export interface IPalletConstantsItem extends IPallet { constantsItem: string; metadata: PalletConstantMetadataLatest | undefined; }