forked from cerc-io/ipld-eth-server
Add log index to Drip file events
This commit is contained in:
@@ -17,6 +17,7 @@ package vow
|
||||
type DripFileVowModel struct {
|
||||
What string
|
||||
Data string
|
||||
LogIndex uint `db:"log_idx"`
|
||||
TransactionIndex uint `db:"tx_idx"`
|
||||
Raw []byte `db:"raw_log"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user