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

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

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

Properties

readonly
isErr: boolean
readonly
asErr: TransactionValidityError
readonly
isOk: boolean
readonly
asOk: DispatchOutcome