[][src]Function solana_sdk::account::is_executable

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'