Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶
func NewGRPCServer(protoAddr string, app types.ABCIApplicationServer) cmn.Service
NewGRPCServer returns a new gRPC ABCI server
func NewSocketServer ¶
func NewSocketServer(protoAddr string, app types.Application) cmn.Service
Types ¶
type GRPCServer ¶
type GRPCServer struct { cmn.BaseService // contains filtered or unexported fields }
type SocketServer ¶
type SocketServer struct { cmn.BaseService // contains filtered or unexported fields }
func (*SocketServer) OnStart ¶
func (s *SocketServer) OnStart() error
func (*SocketServer) OnStop ¶
func (s *SocketServer) OnStop()
Click to show internal directories.
Click to hide internal directories.