pub const MAX_NOSTR_EVENT_JSON_BYTES: usize = _; // 524_288usizeExpand description
Maximum standalone NIP-01 event JSON accepted by the portable boundary.
This matches Softrelay’s current complete relay-message bound. Native transports should reject oversized frames before invoking this parser.