Function prepareRemoveDepositStakingEscrow
- prepareRemoveDepositStakingEscrow(
depositStakingAppId: number,
userAddr: string,
escrowAddr: string,
params: SuggestedParams,
): Transaction[] Parameters
- depositStakingAppId: number
deposit staking application of escrow
- userAddr: string
account address for the user
- escrowAddr: string
account address for the deposit staking escrow
- params: SuggestedParams
suggested params for the transactions with the fees overwritten
Returns Transaction[]
Transaction[] remove and close out deposit staking escrow group transaction
- depositStakingAppId: number
Returns a group transaction to remove a user's deposit staking escrow and return its minimum balance to the user.