Function prepareRemoveDepositEscrowFromDeposits
- prepareRemoveDepositEscrowFromDeposits(
depositsAppId: number,
userAddr: string,
escrowAddr: string,
params: SuggestedParams,
): 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[]
Transaction[] remove and close out deposit escrow group transaction
- depositsAppId: number
Returns a group transaction to remove a user's deposit escrow and return its minimum balance to the user.