# Functions
AssertKeyResponseCallback returns client response callback which checks if the response was signed by the expected key.
NodeInfoFromNetmapElement fills NodeInfo structure from the interface of the parsed netmap member's descriptor.
NodeInfoFromRawNetmapElement fills NodeInfo structure from the interface of raw netmap member's descriptor.
# Variables
ErrWrongPublicKey is returned when the client's response is signed with a key different from the one declared in the network map.
# Structs
NodeInfo groups information about a NeoFS storage node needed for Client construction.
# Interfaces
Client is an interface of NeoFS storage node's client.
MultiAddressClient is an interface of the Client that supports multihost work.