Module ockam_command::util
source · Modules
- API shim to make it nicer to interact with the ockam messaging API
Functions
- Go through a multiaddr and remove all instances of
/node/<whatever>
out of it and replaces it with a fully qualified address to the target - Replace the node’s name with its address or leave it if it’s another type of address.
- A simple wrapper for shutting down the local embedded node (for the client side of the CLI). Swallows errors and turns them into eprintln logs.