NodeInfo returns the Node's Info from the Switch.
()
| 1098 | |
| 1099 | // NodeInfo returns the Node's Info from the Switch. |
| 1100 | func (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 |
nothing calls this directly
no outgoing calls
no test coverage detected