rename return to returnData

This commit is contained in:
Sina Mahmoodi 2023-09-20 17:12:24 +02:00
parent 32312912c9
commit 3df0fec8e2

View file

@ -1214,7 +1214,7 @@ type blockResult struct {
} }
type callResult struct { type callResult struct {
ReturnValue hexutil.Bytes `json:"return"` ReturnValue hexutil.Bytes `json:"returnData"`
Logs []*types.Log `json:"logs"` Logs []*types.Log `json:"logs"`
GasUsed hexutil.Uint64 `json:"gasUsed"` GasUsed hexutil.Uint64 `json:"gasUsed"`
Status hexutil.Uint64 `json:"status"` Status hexutil.Uint64 `json:"status"`