polkadot-js/api

View on GitHub
packages/types/src/interfaces/childstate/types.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */

import type { StorageKey } from '@polkadot/types';

/** @name PrefixedStorageKey */
export interface PrefixedStorageKey extends StorageKey {}

export type PHANTOM_CHILDSTATE = 'childstate';