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

10 lines
201 B
Go
Raw Normal View History

2018-10-03 12:08:01 +00:00
package vat_fold
type VatFoldModel struct {
Ilk string
Urn string
Rate string
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}