Versions in this module Expand all Collapse all v0 v0.3.0 May 23, 2024 Changes in this version + type Server struct + BroadcastHandler func(context.Context, []byte) error + Port int + func NewServer(port int, broadcastHandler func(context.Context, []byte) error) *Server + func (s *Server) BroadcastTx(ctx context.Context, request *broadcast_pb.BroadcastRequest) (*broadcast_pb.BroadcastReply, error) + func (s *Server) Run() error + func (s *Server) Serve() error + func (s *Server) Start() error v0.2.0-alpha.0 Feb 23, 2023