Versions in this module Expand all Collapse all v0 v0.34.22 Dec 28, 2022 Changes in this version + func NewGRPCServer(protoAddr string, app types.ABCIApplicationServer) service.Service + func NewServer(protoAddr, transport string, app types.Application) (service.Service, error) + func NewSocketServer(protoAddr string, app types.Application) service.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() + func (s *SocketServer) SetLogger(l tmlog.Logger)