UNPKG

@polkadot/types

Version:
15 lines (14 loc) 257 B
import { rpc } from './rpc.js'; import { runtime } from './runtime.js'; export default { rpc, runtime, types: { StorageKind: { _enum: { PERSISTENT: 1, LOCAL: 2 } } } };