2018-09-05 14:24:28 +00:00
|
|
|
package stability_fee
|
2018-08-29 14:12:29 +00:00
|
|
|
|
2018-09-05 14:24:28 +00:00
|
|
|
type PitFileStabilityFeeModel struct {
|
2018-08-29 14:12:29 +00:00
|
|
|
What string
|
2018-09-05 14:24:28 +00:00
|
|
|
Data string
|
2018-08-29 14:12:29 +00:00
|
|
|
TransactionIndex uint `db:"tx_idx"`
|
|
|
|
Raw []byte `db:"raw_log"`
|
|
|
|
}
|