UNPKG

@open-web3/api-mobx

Version:
6 lines (5 loc) 325 B
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;