Skip to main content
Module

x/polkadot/types/interfaces/xcm/types.ts>ResponseV2

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

Properties

readonly
isNull: boolean
readonly
isAssets: boolean
readonly
asAssets: MultiAssetsV2
readonly
isExecutionResult: boolean
readonly
asExecutionResult: ResponseV2Result
readonly
type: "Null" | "Assets" | "ExecutionResult"