Skip to main content
Module

x/polkadot/types/types/index.ts>ISubmittableResult

Package publishing for deno.land/x/polkadot
Go to Latest
interface ISubmittableResult
import { type ISubmittableResult } from "https://deno.land/x/polkadot@0.2.40/types/types/index.ts";

Properties

readonly
optional
dispatchError: DispatchError | undefined
readonly
optional
dispatchInfo: DispatchInfo | undefined
readonly
events: EventRecord[]
readonly
optional
internalError: Error | undefined
readonly
status: ExtrinsicStatus
readonly
isCompleted: boolean
readonly
isError: boolean
readonly
isFinalized: boolean
readonly
isInBlock: boolean
readonly
isWarning: boolean
readonly
txHash: Hash
readonly
optional
txIndex: number | undefined

Methods

filterRecords(section: string, method: string): EventRecord[]
findRecord(section: string, method: string): EventRecord | undefined
toHuman(isExtended?: boolean): AnyJson