Resolver implements the node ID resolver using BP network with mux-RPC protocol.
| 43 | |
| 44 | // Resolver implements the node ID resolver using BP network with mux-RPC protocol. |
| 45 | type Resolver struct { |
| 46 | direct bool |
| 47 | } |
| 48 | |
| 49 | // NewResolver returns a Resolver which resolves the mux-RPC server address of the |
| 50 | // target node ID. |
nothing calls this directly
no outgoing calls
no test coverage detected