Type alias WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionData

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

Type declaration

  • confidentialTransferFeeDiscriminator: number
  • discriminator: number
  • newDecryptableAvailableBalance: DecryptableBalance

    The new decryptable balance in the destination token account

  • proofInstructionOffset: number

    Proof instruction offset

Generated using TypeDoc