#[deprecated(
since = "9.1.0",
note = "Use spl_token_2022_interface instead and remove spl_token_2022 as a dependency"
)]
pub use spl_token_2022_interface::extension::confidential_transfer::{
ConfidentialTransferAccount, ConfidentialTransferMint, DecryptableBalance, EncryptedBalance,
DEFAULT_MAXIMUM_PENDING_BALANCE_CREDIT_COUNTER, MAXIMUM_DEPOSIT_TRANSFER_AMOUNT,
PENDING_BALANCE_LO_BIT_LENGTH,
};
pub mod instruction;
pub mod processor;
pub mod verify_proof;
#[cfg(not(target_os = "solana"))]
pub mod account_info;