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) 143 B
import { Option, Raw } from '@polkadot/types'; import { IAt } from '.'; export interface IMetadataCode { at: IAt; code: Option<Raw>; }