Function prepareRemoveDepositEscrowFromDeposits

  • Returns a group transaction to remove a user's deposit escrow and return its minimum balance to the user.

    Returns

    Transaction[] remove and close out deposit escrow group transaction

    Parameters

    • depositsAppId: number

      deposits application of escrow

    • userAddr: string

      account address for the user

    • escrowAddr: string

      account address for the deposit escrow

    • params: SuggestedParams

      suggested params for the transactions with the fees overwritten

    Returns Transaction[]

Generated using TypeDoc