UNPKG

241 BTypeScriptView Raw
1import type { Registry } from '@polkadot/types-codec/types';
2import type { MetadataV9, MetadataV10 } from '../../interfaces/metadata';
3/** @internal */
4export declare function toV10(registry: Registry, { modules }: MetadataV9): MetadataV10;