Constant solana_sdk::rent::DEFAULT_BURN_PERCENT

source ยท
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.