add Data field for Transaction in explorer

pull/618/head
Minh Doan 6 years ago committed by Minh Doan
parent b1cbad9717
commit ccf0573523
  1. 1
      api/service/explorer/structs.go

@ -34,6 +34,7 @@ type Transaction struct {
To string `json:"to"`
Value *big.Int `json:"value"`
Bytes string `json:"bytes"`
Data string `json:"data"`
}
// Block ...

Loading…
Cancel
Save