@open-web3/api-mobx
Version:
MobX integration for polkadot.js
6 lines (5 loc) • 325 B
TypeScript
import { StorageKey } from '@polkadot/types/primitive/StorageKey';
import type { StorageEntry } from '@polkadot/types/primitive/types';
import type { InterfaceTypes } from '@polkadot/types/types';
/** @internal */
export declare function getType(value: StorageKey | StorageEntry | [StorageEntry, any]): keyof InterfaceTypes;