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

14 lines
316 B
Go
Raw Normal View History

2018-10-08 21:39:57 +00:00
package vat_grab
type VatGrabModel struct {
Ilk string
Urn string
V string
W string
Dink string
Dart string
2018-10-22 21:29:02 +00:00
LogIndex uint `db:"log_idx"`
2018-10-08 21:39:57 +00:00
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}