forked from cerc-io/ipld-eth-server
e1f609528d
- file event on the pit contract is overloaded and each implementation logs a note - existing Pit file transformer now specified as dealing with ilks
9 lines
193 B
Go
9 lines
193 B
Go
package stability_fee
|
|
|
|
type PitFileStabilityFeeModel struct {
|
|
What string
|
|
Data string
|
|
TransactionIndex uint `db:"tx_idx"`
|
|
Raw []byte `db:"raw_log"`
|
|
}
|