gill
gill/programs/token/Type aliases

WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionData

type WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionData = {
  confidentialTransferFeeDiscriminator: number;
  discriminator: number;
  newDecryptableAvailableBalance: DecryptableBalance;
  proofInstructionOffset: number;
};

Properties

confidentialTransferFeeDiscriminator

confidentialTransferFeeDiscriminator: number;

discriminator

discriminator: number;

newDecryptableAvailableBalance

newDecryptableAvailableBalance: DecryptableBalance;

The new decryptable balance in the destination token account


proofInstructionOffset

proofInstructionOffset: number;

Proof instruction offset

On this page