Function retrievePoolManagerInfo
- retrievePoolManagerInfo(
client: AlgodClient | IndexerClient,
poolManagerAppId: number,
): Promise<PoolManagerInfo> Parameters
- client: AlgodClient | IndexerClient
Algorand client to query
- poolManagerAppId: number
pool manager application to query about
Returns Promise<PoolManagerInfo>
Promise<PoolManagerInfo[]> pool manager info
- client: AlgodClient | IndexerClient
Returns information regarding the given pool manager.