Function retrieveUserDepositStakingLocalState

  • Returns local state regarding the deposit staking escrows of a given user. Use for advanced use cases where optimising number of network request.

    Returns

    Promise deposit staking escrows' local state

    Parameters

    • indexerClient: default

      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>

Generated using TypeDoc