Module fuels_programs::call_response
source · Structs
FuelCallResponseis 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 isFuelCallResponseinstead ofCallResponsebecause it would be ambiguous with theCALLopcode.