Add log index to Bite

This commit is contained in:
Rob Mulholand
2018-10-22 12:14:43 -05:00
parent ea3de51792
commit 495f39abb8
8 changed files with 20 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@ type BiteEntity struct {
Tab *big.Int
Flip *big.Int
IArt *big.Int
LogIndex uint
TransactionIndex uint
Raw types.Log
}