UNPKG

189 BTypeScriptView Raw
1import type { StorageKey } from '@polkadot/types';
2/** @name PrefixedStorageKey */
3export interface PrefixedStorageKey extends StorageKey {
4}
5export type PHANTOM_CHILDSTATE = 'childstate';