@polkadot/types
Version:
Implementation of the Parity codec
8 lines (7 loc) • 335 B
TypeScript
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;