Module

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

Package publishing for deno.land/x/polkadot
Latest
interface ResponseV2
implements Enum
import { type ResponseV2 } from "https://dotland.deno.dev/x/polkadot@0.2.45/types/interfaces/index.ts";

Properties

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