2021-06-15 18:04:00 +02:00
|
|
|
pub mod config;
|
|
|
|
pub mod instruction;
|
|
|
|
pub mod state;
|
|
|
|
|
|
|
|
pub mod program {
|
|
|
|
crate::declare_id!("Stake11111111111111111111111111111111111111");
|
|
|
|
}
|
2022-02-22 09:21:23 -06:00
|
|
|
|
2022-04-03 15:09:41 -05:00
|
|
|
// NOTE: This constant will be deprecated soon; if possible, use
|
|
|
|
// `solana_stake_program::get_minimum_delegation()` instead.
|
2022-02-22 09:21:23 -06:00
|
|
|
pub const MINIMUM_STAKE_DELEGATION: u64 = 1;
|