pub fn write_event_log<W: ByteWriter>(
log: &[Vec<AdviceMutation>],
target: &mut W,
)Expand description
Serialize a recorded event log (one entry per on_event invocation) into target.
This raw encoding is not independently versioned. Use super::ReplaySnapshot for persistent
storage with an explicit compatibility boundary.