pub fn assert_admin(authority: &AccountInfo<'_>) -> Result<(), ProgramError>Expand description
Asserts that the authority matches ADMIN_ADDRESS.
pub fn assert_admin(authority: &AccountInfo<'_>) -> Result<(), ProgramError>Asserts that the authority matches ADMIN_ADDRESS.