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 is FuelCallResponse instead of CallResponse because it would be ambiguous with the CALL opcode.