solana_zk_token_sdk/instruction/batched_grouped_ciphertext_validity/
mod.rs

1mod handles_2;
2mod handles_3;
3
4pub use {
5    handles_2::{
6        BatchedGroupedCiphertext2HandlesValidityProofContext,
7        BatchedGroupedCiphertext2HandlesValidityProofData,
8    },
9    handles_3::{
10        BatchedGroupedCiphertext3HandlesValidityProofContext,
11        BatchedGroupedCiphertext3HandlesValidityProofData,
12    },
13};