UNPKG

@polkadot/types

Version:
6 lines (5 loc) 168 B
import type { Hash } from '@polkadot/types/interfaces/runtime'; /** @name BlockHash */ export interface BlockHash extends Hash { } export type PHANTOM_CHAIN = 'chain';