pub fn make_relationship_address(
domain: &str,
local: &str,
relationship_did: &str,
now: u64,
) -> Result<MailAddress, String>Expand description
Build a per-relationship (pairwise) address bound to a relationship DID (does not persist).