Function retrieveUserDepositStakingLocalState
- retrieveUserDepositStakingLocalState(
 indexerClient: IndexerClient,
 depositStakingAppId: number,
 escrowAddr: string,
 ): Promise<UserDepositStakingLocalState>
- Parameters- indexerClient: IndexerClientAlgorand indexer client to query 
- depositStakingAppId: numberdeposit staking application to query about 
- escrowAddr: stringaccount address for the deposit staking escrow 
 - Returns Promise<UserDepositStakingLocalState>- Promise - deposit staking escrows' local state 
- indexerClient: IndexerClient
Returns local state regarding the deposit staking escrows of a given user. Use for advanced use cases where optimising number of network request.