ipld-eth-server/pkg/transformers/vat_toll/model.go
2018-10-09 11:40:35 -05:00

10 lines
201 B
Go

package vat_toll
type VatTollModel struct {
Ilk string
Urn string
Take string
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}