mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-13 20:27:01 +00:00
updates
This commit is contained in:
@@ -11,7 +11,14 @@ import (
|
||||
"github.com/tendermint/tendermint/types"
|
||||
)
|
||||
|
||||
const credsEnvVar = "GOOGLE_APPLICATION_CREDENTIALS"
|
||||
const (
|
||||
credsEnvVar = "GOOGLE_APPLICATION_CREDENTIALS"
|
||||
|
||||
MsgTypeBlock = "block"
|
||||
MsgTypeTxResult = "tx_result"
|
||||
MsgTypeTxEvents = "tx_events"
|
||||
MsgTypeBlockEvents = "block_events"
|
||||
)
|
||||
|
||||
type EventSink struct {
|
||||
client *pubsub.Client
|
||||
|
||||
Reference in New Issue
Block a user