gill
gill/programs/token/Type aliases

WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionDataArgs

type WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionDataArgs = {
  newDecryptableAvailableBalance: DecryptableBalanceArgs;
  proofInstructionOffset: number;
};

Properties

newDecryptableAvailableBalance

newDecryptableAvailableBalance: DecryptableBalanceArgs;

The new decryptable balance in the destination token account


proofInstructionOffset

proofInstructionOffset: number;

Proof instruction offset

On this page