Function retrieveTinymanLendingPoolInfo

    • Returns information regarding the given Tinyman lending pool.

      Parameters

      • client: AlgodClient | IndexerClient

        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

      • OptionaladditionalInterests: Partial<Record<number, AssetAdditionalInterest>>

        optional additional interest to consider

      Returns Promise<TinymanLendingPoolInfo>

      Promise lending pool info