mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
bring back EventSubscriber
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
package client
|
||||
|
||||
import "github.com/tendermint/tendermint/types"
|
||||
|
||||
// ABCIQueryOptions can be used to provide options for ABCIQuery call other
|
||||
// than the DefaultABCIQueryOptions.
|
||||
type ABCIQueryOptions struct {
|
||||
@ -11,9 +9,3 @@ type ABCIQueryOptions struct {
|
||||
|
||||
// DefaultABCIQueryOptions are latest height (0) and prove false.
|
||||
var DefaultABCIQueryOptions = ABCIQueryOptions{Height: 0, Prove: false}
|
||||
|
||||
// EventMessage combines event data and tags.
|
||||
type EventMessage struct {
|
||||
Data types.TMEventData
|
||||
Tags map[string]string
|
||||
}
|
||||
|
Reference in New Issue
Block a user