pub fn empty_account(
token_program_id: &Pubkey,
token_account: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
proof_data_location: ProofLocation<'_, ZeroCiphertextProofData>,
) -> Result<Vec<Instruction>, ProgramError>
Expand description
Create a EmptyAccount
instruction