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

9 lines
191 B
Go
Raw Normal View History

2018-09-05 18:51:18 +00:00
package debt_ceiling
type PitFileDebtCeilingModel struct {
What string
Data string
TransactionIndex uint `db:"tx_idx"`
Raw []byte `db:"raw_log"`
}