UNPKG

247 BTypeScriptView Raw
1import type { Registry } from '@polkadot/types-codec/types';
2import type { StorageEntry } from '../../../primitive/types.js';
3type Creator = (registry: Registry) => StorageEntry;
4export declare const substrate: Record<string, Creator>;
5export {};