MAX_FEE
Maximum allowed fee amount for transactions. This limit prevents excessive fee extraction and ensures fair pricing. # Value - 2^248 (same as MAX_EXT_AMOUNT) - Allows for high-value transactions with reasonable fees - Prevents economic attacks through excessive fees
Fully qualified path: obscura::constants::MAX_FEE
pub const MAX_FEE: u256 = 2_u256.pow(248);