GenesisDoc returns the Node's GenesisDoc.
()
| 1076 | |
| 1077 | // GenesisDoc returns the Node's GenesisDoc. |
| 1078 | func (n *nodeImpl) GenesisDoc() *types.GenesisDoc { |
| 1079 | return n.genesisDoc |
| 1080 | } |
| 1081 | |
| 1082 | // RPCEnvironment makes sure RPC has all the objects it needs to operate. |
| 1083 | func (n *nodeImpl) RPCEnvironment() *rpccore.Environment { |
no outgoing calls