UNPKG

@polkadot/types

Version:
7 lines (6 loc) 277 B
import type { Option } from '@polkadot/types-codec'; import type { MultiLocation } from '@polkadot/types/interfaces/xcm'; /** @name TAssetConversion */ export interface TAssetConversion extends Option<MultiLocation> { } export type PHANTOM_ASSETCONVERSION = 'assetConversion';