pub fn make_domain(
name: &str,
agent_type: AgentType,
owner: DomainOwner,
front_door_did: &str,
label: &str,
parent: Option<String>,
now: u64,
) -> Result<Domain, String>Expand description
Build a Domain value (does not persist).