pub fn read_event_log<R>(
source: &mut R,
) -> Result<Vec<Vec<AdviceMutation>>, DeserializationError>where
R: ByteReader,Expand description
Deserialize a recorded event log from source.
Legacy logs containing the removed precompile-request mutation tag are rejected. Use
super::ReplaySnapshot for versioned persistent storage.