mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +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
|
|
}
|