Expand description
The Stake Manager program interface.
Modules§
- instruction
- Instructions for the Stake Manager program.
Constants§
- ID
- The const program ID.
Functions§
- check_
id - Returns
trueif given pubkey is the program ID. - id
- Returns the program ID.
- is_
activation_ pending - Check if an activation is still pending (has not taken effect yet).
- is_
deactivation_ pending - Check if a deactivation is still pending (has not taken effect yet).
- is_
unbonding_ complete - Check if unbonding is complete using the two-step validation process.