Skip to main content
Module

x/polkadot/types/interfaces/xcm/types.ts>VersionedXcm

Package publishing for deno.land/x/polkadot
Go to Latest
interface VersionedXcm
implements Enum
import { type VersionedXcm } from "https://deno.land/x/polkadot@0.2.12/types/interfaces/xcm/types.ts";

Properties

readonly
isV0: boolean
readonly
asV0: XcmV0
readonly
isV1: boolean
readonly
asV1: XcmV1
readonly
isV2: boolean
readonly
asV2: XcmV2
readonly
type: "V0" | "V1" | "V2"