Function account_compression::instructions::insert_into_nullifier_queue::process_insert_into_nullifier_queues
source ยท pub fn process_insert_into_nullifier_queues<'a, 'b, 'c: 'info, 'info>(
ctx: Context<'a, 'b, 'c, 'info, InsertIntoNullifierQueues<'info>>,
elements: &'a [[u8; 32]]
) -> Result<()>Expand description
Inserts every element into the indexed array. Throws an error if the element already exists. Expects an indexed queue account as for every index as remaining account.