pub const MAX_FRAME_BYTES: u32 = _; // 25_165_824u32Expand description
The largest frame this codec will read. Chosen well above one full Frame::Entries page of
account entries (each entry is at most the §18a envelope, 64 KiB) plus overhead. A larger
declared length is refused before any allocation.