The type of the contract API. Defaults to GenericContractApi
.
The error to be checked. This should be an instance of Error
.
true
if the error is an instance of ContractInstantiateDispatchError
, false
otherwise.
This function returns a boolean value indicating whether the provided error is of type ContractInstantiateDispatchError
.
Checks if the provided error is an instance of
ContractInstantiateDispatchError
.This function is used to determine if a given error is a result of a dispatch error during the instantiation of a smart contract.