Versions in this module Expand all Collapse all v0 v0.31.12 Oct 9, 2022 v0.31.11 Oct 29, 2019 Changes in this version + func NewGRPCServer(protoAddr string, app types.ABCIApplicationServer) cmn.Service + func NewServer(protoAddr, transport string, app types.Application) (cmn.Service, error) + func NewSocketServer(protoAddr string, app types.Application) cmn.Service + type GRPCServer struct + func (s *GRPCServer) OnStart() error + func (s *GRPCServer) OnStop() + type SocketServer struct + func (s *SocketServer) OnStart() error + func (s *SocketServer) OnStop()