The type of the contract API. Defaults to GenericContractApi
.
Constructs a new ContractInstantiateDispatchError
instance.
The DispatchError
that occurred during the dispatch phase.
The raw result of the contract instantiation.
Optional
causeThe error that occurred during the dispatch phase.
The raw result of the contract instantiation.
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stack
Represents an error that occurred during the dispatch phase of contract instantiation. This class extends
ContractInstantiateError
and includes aDispatchError
property.