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