Module solana_zk_token_sdk::instruction
source · Re-exports
pub use close_account::CloseAccountData;
pub use close_account::CloseAccountProofContext;
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 withdraw_withheld::WithdrawWithheldTokensData;
pub use withdraw_withheld::WithdrawWithheldTokensProofContext;
Modules
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