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

Method GenesisDoc

node/node.go:1078–1080  ·  view source on GitHub ↗

GenesisDoc returns the Node's GenesisDoc.

()

Source from the content-addressed store, hash-verified

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

Callers 1

TestNodeDelayedStartFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNodeDelayedStartFunction · 0.64