ipld-eth-server/pkg/transformers/vat_tune/model.go

14 lines
316 B
Go
Raw Normal View History

2018-10-04 21:49:09 +00:00
package vat_tune
type VatTuneModel struct {
Ilk string
Urn string
V string
W string
Dink string
Dart string
TransactionIndex uint `db:"tx_idx"`
LogIndex uint `db:"log_idx"`
2018-10-04 21:49:09 +00:00
Raw []byte `db:"raw_log"`
}