WSEndpoint retrieves the current WS endpoint used by the protocol stack.
()
| 562 | |
| 563 | // WSEndpoint retrieves the current WS endpoint used by the protocol stack. |
| 564 | func (n *Node) WSEndpoint() string { |
| 565 | return n.wsEndpoint |
| 566 | } |
| 567 | |
| 568 | // EventMux retrieves the event multiplexer used by all the network services in |
| 569 | // the current protocol stack. |