Checks if the provided error is an instance of ContractExecutionError.
ContractExecutionError
This function is used to determine if a given error is a result of an execution error during a smart contract call.
The type of the contract API. Defaults to GenericContractApi.
GenericContractApi
The error to be checked.
true if the error is an instance of ContractExecutionError, false otherwise.
true
false
Checks if the provided error is an instance of
ContractExecutionError
.This function is used to determine if a given error is a result of an execution error during a smart contract call.