Function retrievePactLendingPoolInfo
- retrievePactLendingPoolInfo(
client: AlgodClient | IndexerClient,
lendingPool: PactLendingPool,
poolManagerInfo: PoolManagerInfo,
): Promise<PactLendingPoolInfo> Parameters
- client: AlgodClient | IndexerClient
Algorand client to query
- lendingPool: PactLendingPool
Pact lending pool to query about
- poolManagerInfo: PoolManagerInfo
pool manager info which is returned by retrievePoolManagerInfo function
Returns Promise<PactLendingPoolInfo>
Promise
lending pool info - client: AlgodClient | IndexerClient
Returns information regarding the given Pact lending pool.