Module instruction

Source
Expand description

Confidential transfer fee extension instructions

Structs§

InitializeConfidentialTransferFeeConfigData
Data expected by InitializeConfidentialTransferFeeConfig
WithdrawWithheldTokensFromAccountsData
Data expected by ConfidentialTransferFeeInstruction::WithdrawWithheldTokensFromAccounts
WithdrawWithheldTokensFromMintData
Data expected by ConfidentialTransferFeeInstruction::WithdrawWithheldTokensFromMint

Enums§

ConfidentialTransferFeeInstruction
Confidential Transfer extension instructions

Functions§

disable_harvest_to_mint
Create a DisableHarvestToMint instruction
enable_harvest_to_mint
Create an EnableHarvestToMint instruction
harvest_withheld_tokens_to_mint
Creates a HarvestWithheldTokensToMint instruction
initialize_confidential_transfer_fee_config
Create a InitializeConfidentialTransferFeeConfig instruction
inner_withdraw_withheld_tokens_from_accounts
Create an inner WithdrawWithheldTokensFromMint instruction
inner_withdraw_withheld_tokens_from_mint
Create an inner WithdrawWithheldTokensFromMint instruction
withdraw_withheld_tokens_from_accounts
Create a WithdrawWithheldTokensFromAccounts instruction
withdraw_withheld_tokens_from_mint
Create an WithdrawWithheldTokensFromMint instruction