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) 239 B
import { FunctionMetadataLatest } from '@polkadot/types/interfaces'; import { IPallet } from '.'; export interface IPalletDispatchableItem extends IPallet { dispatchableItem: string; metadata: FunctionMetadataLatest | undefined; }