MCPcopy Create free account
hub / github.com/tendermint/tendermint / EventBus

Method EventBus

node/node.go:1067–1069  ·  view source on GitHub ↗

EventBus returns the Node's EventBus.

()

Source from the content-addressed store, hash-verified

1065
1066// EventBus returns the Node's EventBus.
1067func (n *nodeImpl) EventBus() *types.EventBus {
1068 return n.eventBus
1069}
1070
1071// PrivValidator returns the Node's PrivValidator.
1072// XXX: for convenience only!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected