Structs§
- ApiClient
With Host Information - A nym-node API client bundled with the node’s
SignedHostInformation, if it was retrieved during the connection/verification phase. - NymNode
ApiClient Retriever - Builder-style helper for obtaining a validated
crate::api::Clientfor a nym-node.
Functions§
- retrieve_
validated_ host_ information - Fetch a node’s
SignedHostInformationand optionally validate it. - try_
get_ valid_ nym_ node_ api_ client - Probe a nym-node’s HTTP API and return a connected
crate::api::Client.