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

Method RPCEnvironment

node/node.go:1083–1085  ·  view source on GitHub ↗

RPCEnvironment makes sure RPC has all the objects it needs to operate.

()

Source from the content-addressed store, hash-verified

1081
1082// RPCEnvironment makes sure RPC has all the objects it needs to operate.
1083func (n *nodeImpl) RPCEnvironment() *rpccore.Environment {
1084 return n.rpcEnv
1085}
1086
1087//------------------------------------------------------------------------------
1088

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected