Function has_admin

Source
pub fn has_admin(
    ctx: Context<'_, '_, '_, '_, HasRole<'_>>,
    authority: Pubkey,
) -> Result<bool>
Expand description

Verify that the user is an admin of the given store without signing.