UNPKG

168 BTypeScriptView Raw
1import type { Hash } from '@polkadot/types/interfaces/runtime';
2/** @name BlockHash */
3export interface BlockHash extends Hash {
4}
5export type PHANTOM_CHAIN = 'chain';