Versions in this module Expand all Collapse all v0 v0.19.9 Oct 25, 2021 Changes in this version + func IsHexHash(s string) bool + type ErrorMessageJSON struct + Code *big.Int + Message string + type ErrorResponseJSON struct + Error *ErrorMessageJSON + ID *big.Int + Jsonrpc string + type PubSubAPI struct + func NewAPI(clientCtx context.CLIContext, log log.Logger) *PubSubAPI + type Server struct + func NewServer(clientCtx context.CLIContext, log log.Logger, wsAddr string) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *Server) Start() + type SubscriptionNotification struct + Jsonrpc string + Method string + Params *SubscriptionResult + type SubscriptionResponseJSON struct + ID float64 + Jsonrpc string + Result interface{} + type SubscriptionResult struct + Result interface{} + Subscription rpc.ID