pub fn verify_if_precompile(
program_id: &Pubkey,
precompile_instruction: &CompiledInstruction,
all_instructions: &[CompiledInstruction],
feature_set: &FeatureSet,
) -> Result<(), PrecompileError>
👎Deprecated since 2.2.2: Use agave-precompiles instead
Available on crate feature
full
only.Expand description
Check that a program is precompiled and if so verify it