Module solana_zk_token_sdk::instruction
source · Re-exports
pub use ctxt_ctxt_equality::CiphertextCiphertextEqualityProofContext;
pub use ctxt_ctxt_equality::CiphertextCiphertextEqualityProofData;
pub use pubkey_validity::PubkeyValidityData;
pub use pubkey_validity::PubkeyValidityProofContext;
pub use transfer::TransferData;
pub use transfer::TransferProofContext;
pub use transfer_with_fee::FeeParameters;
pub use transfer_with_fee::TransferWithFeeData;
pub use transfer_with_fee::TransferWithFeeProofContext;
pub use withdraw::WithdrawData;
pub use withdraw::WithdrawProofContext;
pub use zero_balance::ZeroBalanceProofContext;
pub use zero_balance::ZeroBalanceProofData;
Modules
- The ciphertext-ciphertext equality proof instruction.
- The public-key validity proof instruction.
- The zero-balance proof instruction.
Enums
Traits
- Marker trait for “plain old data”.
Functions
- Takes in a 64-bit number
amount
and a bit lengthbit_length
. It returns:
Derive Macros
- Derive the
Pod
trait for a struct