This commit is contained in:
Aleksandr Bezobchuk
2022-06-16 15:22:49 -04:00
parent 088a57ad5f
commit 0265e4da80

View File

@@ -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