Function retrieveLoanLocalState

  • Returns local state of given escrow. Use for advanced use cases where optimising number of network request.

    Returns

    Promise loan escrow local state

    Parameters

    • client: default | default

      Algorand indexer client to query

    • loanAppId: number

      loan application to query about

    • escrowAddr: string

      account address for the loan escrow

    Returns Promise<LoanLocalState>

Generated using TypeDoc