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