UNPKG

@polkadot/types

Version:
9 lines (8 loc) 315 B
import type { Enum } from '@polkadot/types-codec'; /** @name Error */ export interface Error extends Enum { readonly isUnsupported: boolean; readonly isVersionedConversionFailed: boolean; readonly type: 'Unsupported' | 'VersionedConversionFailed'; } export type PHANTOM_XCMRUNTIMEAPI = 'xcmRuntimeApi';