Function solana_sdk::keyed_account::is_executable [−][src]
pub fn is_executable(
keyed_accounts: &[KeyedAccount<'_>]
) -> Result<bool, InstructionError>
Return true if the first keyed_account is executable, used to determine if the loader should call a program’s ‘main’