UNPKG

313 BTypeScriptView Raw
1import type { Registry } from '@polkadot/types-codec/types';
2import type { MetadataLatest } from '../../../interfaces/index.js';
3import type { Constants } from '../types.js';
4/** @internal */
5export declare function decorateConstants(registry: Registry, { pallets }: MetadataLatest, _version: number): Constants;