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

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

Properties

readonly
isComplete: boolean
readonly
asComplete: Weight
readonly
isIncomplete: boolean
readonly
asIncomplete: ITuple<[Weight, XcmErrorV0]>
readonly
isError: boolean
readonly
asError: XcmErrorV0
readonly
type: "Complete" | "Incomplete" | "Error"