Add log index to Frob

This commit is contained in:
Rob Mulholand
2018-10-23 15:25:21 -05:00
parent b3d00fe3c5
commit a0a86871b5
10 changed files with 48 additions and 28 deletions
+1
View File
@@ -28,6 +28,7 @@ type FrobEntity struct {
Dink *big.Int
Dart *big.Int
IArt *big.Int
LogIndex uint
TransactionIndex uint
Raw types.Log
}