Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/index.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.25/types/interfaces/index.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"