Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/system/index.ts>DispatchOutcomePre6

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

Properties

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