UNPKG

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