Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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);