Type alias WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionArgs

WithdrawWithheldTokensFromMintForConfidentialTransferFeeInstructionArgs: {
    newDecryptableAvailableBalance: Uint8Array;
    proofInstructionOffset: number;
}

Type declaration

  • newDecryptableAvailableBalance: Uint8Array

    The new decryptable balance in the destination token account

  • proofInstructionOffset: number

    Proof instruction offset

Generated using TypeDoc