Type alias WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionDataArgs

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

Type declaration

  • newDecryptableAvailableBalance: DecryptableBalanceArgs

    The new decryptable balance in the destination token account

  • proofInstructionOffset: number

    Proof instruction offset

Generated using TypeDoc