fn resolve_phase_safe(
name: Option<Multisig>,
role_holders: &[Member],
role: &str,
flag: &str,
network: &str,
) -> Result<Address>Expand description
Pick the Safe for one phase: the named multisig must hold the role, and without a name the role set must contain exactly one member.