pub fn decode_operation_log(buf: &[u8]) -> Result<Vec<Operation>, DecodeError>
Decodes all operations from a string-data FlatBuffer OperationLog.
OperationLog