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

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

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

Properties

readonly
isAll: boolean
readonly
isAllOf: boolean
readonly
asAllOf: { readonly id: XcmAssetId; readonly fungibility: WildFungibilityV1; } & Struct
readonly
type: "All" | "AllOf"