forked from cerc-io/ipld-eth-server
Add Pit file stability fee event
- file event on the pit contract is overloaded and each implementation logs a note - existing Pit file transformer now specified as dealing with ilks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ilk
|
||||
|
||||
type PitFileIlkModel struct {
|
||||
Ilk string
|
||||
What string
|
||||
Data string
|
||||
TransactionIndex uint `db:"tx_idx"`
|
||||
Raw []byte `db:"raw_log"`
|
||||
}
|
||||
Reference in New Issue
Block a user