Function retrieveDepositStakingInfo
- retrieveDepositStakingInfo(
client: AlgodClient | IndexerClient,
depositStakingAppId: number,
): Promise<DepositStakingInfo> Parameters
- client: AlgodClient | IndexerClient
Algorand client to query
- depositStakingAppId: number
deposit staking application to query about
Returns Promise<DepositStakingInfo>
Promise
pool info - client: AlgodClient | IndexerClient
Returns information regarding the given deposit staking application.