@arcium-hq/stakingFunctions
getStakingPoolAccInfo
getStakingPoolAccInfo(
program,commitment?):Promise<{bump:number; } |null>
Fetches the staking pool account.
Parameters
| Parameter | Type |
|---|---|
program | StakingProgram |
commitment? | Commitment |
Returns
Promise<{ bump: number; } | null>