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
@@ -22,6 +22,7 @@ type FrobModel struct {
Dink string
Dart string
IArt string
LogIndex uint `db:"log_idx"`
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}