Type alias WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionDataArgs

WithdrawWithheldTokensFromAccountsForConfidentialTransferFeeInstructionDataArgs: {
    newDecryptableAvailableBalance: DecryptableBalanceArgs;
    numTokenAccounts: number;
    proofInstructionOffset: number;
}

Type declaration

  • newDecryptableAvailableBalance: DecryptableBalanceArgs

    The new decryptable balance in the destination token account

  • numTokenAccounts: number

    Number of token accounts harvested

  • proofInstructionOffset: number

    Proof instruction offset

Generated using TypeDoc