Function retrieveTinymanLendingPoolInfo
- retrieveTinymanLendingPoolInfo(
client: AlgodClient | IndexerClient,
tinymanAppId: number,
lendingPool: TinymanLendingPool,
poolManagerInfo: PoolManagerInfo,
): Promise<TinymanLendingPoolInfo> 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
Returns Promise<TinymanLendingPoolInfo>
Promise
lending pool info - client: AlgodClient | IndexerClient
Returns information regarding the given Tinyman lending pool.