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

10 lines
201 B
Go
Raw Normal View History

2018-08-29 14:12:29 +00:00
package pit_file
type PitFileModel struct {
Ilk string
What string
Risk string
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}