Skip to main content

Crate rialo_stake_manager_interface

Crate rialo_stake_manager_interface 

Source
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 true if 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.