pub fn inner_configure_account(
token_program_id: &Pubkey,
token_account: &Pubkey,
mint: &Pubkey,
decryptable_zero_balance: PodAeCiphertext,
maximum_pending_balance_credit_counter: u64,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
proof_data_location: ProofLocation<'_, PubkeyValidityProofData>,
) -> Result<Instruction, ProgramError>
Expand description
Create a ConfigureAccount
instruction
This instruction is suitable for use with a cross-program invoke