Add topics type

This commit is contained in:
Matt Krump
2018-01-15 14:49:29 -06:00
parent 50f00b80c1
commit 9ee13e715d
8 changed files with 80 additions and 64 deletions
+4 -3
View File
@@ -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
}
+3
View File
@@ -0,0 +1,3 @@
package core
type Topics [4]string