Module responses

Source

Structs§

CallResponse
CallResponse is a struct that is returned by a call to the contract or script. Its value field holds the decoded typed value returned by the contract’s method. The other field holds all the receipts returned by the call.
SubmitResponse
Represents the response of a submitted transaction with customizable retry behavior.