The type of the contract API. Defaults to GenericContractApi.
Constructs a new ContractDispatchError instance.
The DispatchError that occurred during the dispatch phase.
The raw result of the contract call.
OptionalcauseThe error that occurred during the dispatch phase.
The raw result of the contract call.
OptionalstackStatic OptionalprepareOptional override for formatting stack traces
Staticstack
Represents an error that occurred during the execution of a smart contract call due to a dispatch error. This class extends
ContractExecutionErrorand includes aDispatchErrorproperty.