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

Method NodeInfo

node/node.go:1100–1102  ·  view source on GitHub ↗

NodeInfo returns the Node's Info from the Switch.

()

Source from the content-addressed store, hash-verified

1098
1099// NodeInfo returns the Node's Info from the Switch.
1100func (n *nodeImpl) NodeInfo() types.NodeInfo {
1101 return n.nodeInfo
1102}
1103
1104// genesisDocProvider returns a GenesisDoc.
1105// It allows the GenesisDoc to be pulled from sources other than the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected