File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ type Log struct {
144
144
// list of topics provided by the contract.
145
145
Topics []string `json:"topics"`
146
146
// supplied by the contract, usually ABI-encoded
147
- Data [] byte `json:"data"`
147
+ Data string `json:"data"`
148
148
149
149
// Derived fields. These fields are filled in by the node
150
150
// but not secured by consensus.
@@ -157,8 +157,6 @@ type Log struct {
157
157
TxHash string `json:"transactionHash"`
158
158
// index of the transaction in the block
159
159
TxIndex string `json:"transactionIndex"`
160
- // hash of the block in which the transaction was included
161
- BlockHash string `json:"blockHash"`
162
160
// index of the log in the block
163
161
Index string `json:"logIndex"`
164
162
}
You can’t perform that action at this time.
0 commit comments