IPCEndpoint retrieves the current IPC endpoint used by the protocol stack.
()
| 552 | |
| 553 | // IPCEndpoint retrieves the current IPC endpoint used by the protocol stack. |
| 554 | func (n *Node) IPCEndpoint() string { |
| 555 | return n.ipcEndpoint |
| 556 | } |
| 557 | |
| 558 | // HTTPEndpoint retrieves the current HTTP endpoint used by the protocol stack. |
| 559 | func (n *Node) HTTPEndpoint() string { |
no outgoing calls