Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WSClients ¶
type WSClients struct { ReqChan chan tmtypes.RPCRequest StopChan chan struct{} //This is used to subscribe the msg from server Cli *tm.WSClient // contains filtered or unexported fields }
func NewWSClient ¶
func (*WSClients) RegisterResChannel ¶
func (wsc *WSClients) RegisterResChannel(requestMsg chan tmtypes.RPCRequest, stopChan chan struct{}) error
Click to show internal directories.
Click to hide internal directories.