ipld-eth-server/pkg/transformers/vat_tune/model.go
2018-10-09 14:37:26 -05:00

13 lines
276 B
Go

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"`
}