Type alias WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionArgs

WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionArgs: {
    newDecryptableAvailableBalance: Uint8Array;
    numTokenAccounts: number;
    proofInstructionOffset: number;
}

Type declaration

  • newDecryptableAvailableBalance: Uint8Array

    The new decryptable balance in the destination token account

  • numTokenAccounts: number

    Number of token accounts harvested

  • proofInstructionOffset: number

    Proof instruction offset

Generated using TypeDoc