Interface InvokeContractFailedResult

Hierarchy

  • InvokeContractFailedResult

Properties

reason: RejectReason
returnValue?: ReturnValue

Return value from smart contract call, used to provide error messages. Is only defined when smart contract instance is a V1 smart contract and the transaction was rejected by the smart contract logic i.e. reason.tag === "RejectedReceive".

tag: "failure"
usedEnergy: Energy

Generated using TypeDoc