pub(crate) fn addresses_from_public_key(
public_key: &SignedPublicKey,
) -> Option<Vec<String>>Expand description
Returns relays addresses from the public key signature.
Not more than 3 relays are returned for each key.
pub(crate) fn addresses_from_public_key(
public_key: &SignedPublicKey,
) -> Option<Vec<String>>Returns relays addresses from the public key signature.
Not more than 3 relays are returned for each key.