RPCEnvironment makes sure RPC has all the objects it needs to operate.
()
| 1081 | |
| 1082 | // RPCEnvironment makes sure RPC has all the objects it needs to operate. |
| 1083 | func (n *nodeImpl) RPCEnvironment() *rpccore.Environment { |
| 1084 | return n.rpcEnv |
| 1085 | } |
| 1086 | |
| 1087 | //------------------------------------------------------------------------------ |
| 1088 |
nothing calls this directly
no outgoing calls
no test coverage detected