forked from TrueCloudLab/frostfs-node
7 lines
211 B
Go
7 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() {}
|