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>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.25/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"