Add topics type
This commit is contained in:
+4
-3
@@ -4,7 +4,8 @@ type Log struct {
|
||||
BlockNumber int64
|
||||
TxHash string
|
||||
Address string
|
||||
Topics map[int]string
|
||||
Index int64
|
||||
Data string
|
||||
Topics
|
||||
Index int64
|
||||
Data string
|
||||
Removed bool
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
package core
|
||||
|
||||
type Topics [4]string
|
||||
Reference in New Issue
Block a user