pub const MAX_PROTOCOL_SCALE: u32 = 36;Expand description
Maximum accepted quantity/ledger scale for public formatters and catalog hydration.
Values above this are rejected with Error::Validation instead of allocating
pathological padding or panicking in format! width formatting (scale ≥ 65535).