We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c792e89 commit a8e8199Copy full SHA for a8e8199
1 file changed
core/chains/evm/types/types.go
@@ -450,3 +450,8 @@ func (h *HashArray) Scan(src interface{}) error {
450
}
451
return err
452
453
+
454
+type AddressTopicsPair struct {
455
+ Address common.Address
456
+ Topics []common.Hash
457
+}
0 commit comments