Function solana_sdk::account::is_builtin

source ·
pub fn is_builtin(account: &impl ReadableAccount) -> bool
Expand description

Return true if the account program is a builtin program. Note that for builtin program, even when its account data is empty, it is still be executable, such as vote program etc.