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>MultiAssetFilterV1

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

Properties

readonly
isDefinite: boolean
readonly
asDefinite: MultiAssetsV1
readonly
isWild: boolean
readonly
asWild: WildMultiAssetV1
readonly
type: "Definite" | "Wild"