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

10 lines
201 B
Go
Raw Normal View History

2018-10-04 19:46:04 +00:00
package vat_toll
type VatTollModel struct {
Ilk string
Urn string
Take string
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}