package types type NodeInfo struct { Moniker string Network string Host string P2PPort uint16 RPCPort uint16 }