Function retrieveUserDepositStakingLocalState
- retrieveUserDepositStakingLocalState(
indexerClient: IndexerClient,
depositStakingAppId: number,
escrowAddr: string,
): Promise<UserDepositStakingLocalState> Parameters
- indexerClient: IndexerClient
Algorand indexer client to query
- depositStakingAppId: number
deposit staking application to query about
- escrowAddr: string
account 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.