Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/types/interfaces/system/types.ts>DispatchOutcome

Package publishing for deno.land/x/polkadot
Go to Latest
interface DispatchOutcome
implements Result<ITuple<[]>, DispatchError>
import { type DispatchOutcome } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/system/types.ts";

Properties

readonly
isErr: boolean
readonly
asErr: DispatchError
readonly
isOk: boolean
readonly
asOk: ITuple<[]>