UNPKG

@polkadot/types

Version:
7 lines (6 loc) 268 B
import type { Registry } from '@polkadot/types-codec/types'; import type { MetadataV11, MetadataV12 } from '../../interfaces/metadata/index.js'; /** * @internal **/ export declare function toV12(registry: Registry, { extrinsic, modules }: MetadataV11): MetadataV12;