Function retrieveTinymanLendingPoolInfo

  • Returns information regarding the given Tinyman lending pool.

    Returns

    Promise lending pool info

    Parameters

    • client: default | default

      Algorand client to query

    • tinymanAppId: number

      Tinyman application id where lending pool belongs to

    • lendingPool: TinymanLendingPool

      Pact lending pool to query about

    • poolManagerInfo: PoolManagerInfo

      pool manager info which is returned by retrievePoolManagerInfo function

    Returns Promise<TinymanLendingPoolInfo>

Generated using TypeDoc