Module fuels_programs::call_response
source · Structs§
FuelCallResponse
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. The name isFuelCallResponse
instead ofCallResponse
because it would be ambiguous with theCALL
opcode.