Skip to main content
Module

x/polkadot/types/interfaces/index.ts>VersionedMultiLocation

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

Properties

readonly
isV0: boolean
readonly
asV0: MultiLocationV0
readonly
isV1: boolean
readonly
asV1: MultiLocationV1
readonly
isV2: boolean
readonly
asV2: MultiLocationV2
readonly
type: "V0" | "V1" | "V2"