forked from TrueCloudLab/frostfs-node
8 lines
211 B
Go
8 lines
211 B
Go
|
package timers
|
||
|
|
||
|
// NewAlphabetEmitTick is a event for gas emission from alphabet contract.
|
||
|
type NewAlphabetEmitTick struct{}
|
||
|
|
||
|
// MorphEvent implements Event interface.
|
||
|
func (NewAlphabetEmitTick) MorphEvent() {}
|