Skip to content

IS_ERROR

IS_ERROR(result): boolean | Error | undefined

Evaluator resolves on extrinsic reaching status “is error”.

Parameters

result: ISubmittableResult

Submission result.

Returns

boolean | Error | undefined

Whether the extrinsic reached status “is error” and the error itself.

Source

network/src/chain/Chain.ts:77