Skip to main content
Module

x/polkadot/types/interfaces/xcm/index.ts>XcmAssetId

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

Properties

readonly
isConcrete: boolean
readonly
asConcrete: MultiLocation
readonly
isAbstract: boolean
readonly
asAbstract: Bytes
readonly
type: "Concrete" | "Abstract"