UNPKG

256 BTypeScriptView Raw
1import type { StorageEntry } from '@polkadot/types/primitive/types';
2import type { Registry } from '@polkadot/types/types';
3export declare function extractStorageArgs(registry: Registry, creator: StorageEntry, _args: unknown[]): [StorageEntry, unknown[]];