solana_zk_token_sdk/instruction/batched_grouped_ciphertext_validity/mod.rs
mod handles_2;
mod handles_3;
pub use {
handles_2::{
BatchedGroupedCiphertext2HandlesValidityProofContext,
BatchedGroupedCiphertext2HandlesValidityProofData,
},
handles_3::{
BatchedGroupedCiphertext3HandlesValidityProofContext,
BatchedGroupedCiphertext3HandlesValidityProofData,
},
};