UNPKG

@substrate/api-sidecar

Version:

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

9 lines (8 loc) 214 B
import { Registry } from '@polkadot/types-codec/types'; export interface ISanitizeOptions { metadataOpts?: IMetadataOptions; } export interface IMetadataOptions { registry: Registry; version: number; }