mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 08:51:32 +00:00
Client embeds EventSwitch, client.HTTP properly un/subscribes events over websocket
This commit is contained in:
@ -65,6 +65,10 @@ type Client interface {
|
||||
SignClient
|
||||
HistoryClient
|
||||
StatusClient
|
||||
|
||||
// this Client is reactive, you can subscribe to any TMEventData
|
||||
// type, given the proper string. see tendermint/types/events.go
|
||||
types.EventSwitch
|
||||
}
|
||||
|
||||
// NetworkClient is general info about the network state. May not
|
||||
|
Reference in New Issue
Block a user