Skip to content

extrinsicFailed

extrinsicFailed(extrinsicResult): boolean

Checks if there is SystemEvent.ExtrinsicFailed in the list of transaction events within the given extrinsicResult.

Parameters

extrinsicResult: ISubmittableResult

The result of a submission.

Returns

boolean

Whether the extrinsic submission failed.

Source

network/src/errorhandling/ErrorHandler.ts:20