Constant switchboard_solana::program_id::rent::DEFAULT_BURN_PERCENT
pub const DEFAULT_BURN_PERCENT: u8 = 50; // 50u8
Expand description
Default percentage of collected rent that is burned.
Valid values are in the range [0, 100]. The remaining percentage is distributed to validators.