pub fn require_unique_2(a: &AccountView, b: &AccountView) -> ProgramResultExpand description
Require that n accounts are different (pairwise uniqueness, up to 6).
For more than 6 accounts, use check_accounts_unique! macro from jiminy-core.
pub fn require_unique_2(a: &AccountView, b: &AccountView) -> ProgramResultRequire that n accounts are different (pairwise uniqueness, up to 6).
For more than 6 accounts, use check_accounts_unique! macro from jiminy-core.