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