pub fn multi_account_id( who: &[impl Into<AccountIdLike> + Clone], threshold: u16, ) -> AccountId
Derive a multi-account ID from the sorted list of accounts and the threshold that are required.