The type of the contract API. Defaults to GenericContractApi
.
Constructs a new ContractExecutionError
instance.
The raw result of the contract call.
Optional
causeThe 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. This class extends the base
DedotError
and includes araw
property of typeContractCallResult
.