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

13 lines
276 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"`
Raw []byte `db:"raw_log"`
}