[][src]Function solana_runtime::message_processor::verify_instruction

pub fn verify_instruction(
    is_debitable: bool,
    program_id: &Pubkey,
    pre: &Account,
    post: &Account
) -> Result<(), InstructionError>