pub fn require_executable(account: &AccountView) -> Result<(), ProgramError>Expand description
Require that the account is executable (for program references).
pub fn require_executable(account: &AccountView) -> Result<(), ProgramError>Require that the account is executable (for program references).