mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-15 08:01:19 +00:00
Remove AssertIsEventData; Remove EventResult
This commit is contained in:
parent
a5f26a8999
commit
e8ffe6bb4c
@ -9,12 +9,7 @@ import (
|
|||||||
// Generic event data can be typed and registered with tendermint/go-wire
|
// Generic event data can be typed and registered with tendermint/go-wire
|
||||||
// via concrete implementation of this interface
|
// via concrete implementation of this interface
|
||||||
type EventData interface {
|
type EventData interface {
|
||||||
AssertIsEventData()
|
//AssertIsEventData()
|
||||||
}
|
|
||||||
|
|
||||||
type EventResult struct {
|
|
||||||
Event string `json:"event"`
|
|
||||||
Data EventData `json:"data"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// reactors and other modules should export
|
// reactors and other modules should export
|
||||||
|
Loading…
x
Reference in New Issue
Block a user