[][src]Function solana_runtime::message_processor::verify_account_changes

pub fn verify_account_changes(
    program_id: &Pubkey,
    pre: &PreInstructionAccount,
    post: &Account
) -> Result<(), InstructionError>