pub fn inner_apply_pending_balance(
    token_program_id: &Pubkey,
    token_account: &Pubkey,
    expected_pending_balance_credit_counter: u64,
    new_decryptable_available_balance: DecryptableBalance,
    authority: &Pubkey,
    multisig_signers: &[&Pubkey]
) -> Result<Instruction, ProgramError>
Expand description

Create a inner ApplyPendingBalance instruction

This instruction is suitable for use with a cross-program invoke