polkadot-js/api

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

Summary

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

import type { Hash } from '@polkadot/types/interfaces/runtime';

/** @name BlockHash */
export interface BlockHash extends Hash {}

export type PHANTOM_CHAIN = 'chain';