Skip to content

Commit a8e8199

Browse files
authored
Update types.go
1 parent c792e89 commit a8e8199

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

core/chains/evm/types/types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,8 @@ func (h *HashArray) Scan(src interface{}) error {
450450
}
451451
return err
452452
}
453+
454+
type AddressTopicsPair struct {
455+
Address common.Address
456+
Topics []common.Hash
457+
}

0 commit comments

Comments
 (0)