UNPKG

@polkadot/types

Version:
6 lines (5 loc) 189 B
import type { StorageKey } from '@polkadot/types'; /** @name PrefixedStorageKey */ export interface PrefixedStorageKey extends StorageKey { } export type PHANTOM_CHILDSTATE = 'childstate';