mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 06:15:33 +00:00
10 lines
120 B
Go
10 lines
120 B
Go
package types
|
|
|
|
type NodeInfo struct {
|
|
Moniker string
|
|
Network string
|
|
Host string
|
|
P2PPort uint16
|
|
RPCPort uint16
|
|
}
|