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.
Optional
causeThe error that occurred during the dispatch phase.
The raw result of the contract call.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stack
Represents an error that occurred during the execution of a smart contract call due to a dispatch error. This class extends
ContractExecutionError
and includes aDispatchError
property.