pub const DEFAULT_BURN_PERCENT: u8 = 50;
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.