UNPKG

@polkadot/types

Version:
8 lines (7 loc) 335 B
import type { Registry } from '@polkadot/types-codec/types'; import type { MetadataLatest, MetadataV15 } from '../../interfaces/metadata/index.js'; /** * Convert the Metadata (which is an alias) to latest * @internal **/ export declare function toLatest(_registry: Registry, v15: MetadataV15, _metaVersion: number): MetadataLatest;