Skip to main content

recover_checkpoint

Function recover_checkpoint 

Source
pub fn recover_checkpoint(
    history: Vec<Message>,
    pending: Option<PendingOperation>,
) -> Result<Vec<Message>, StateError>
Expand description

Recover observations without reissuing any pending operation. The caller must persist this context before allowing new effects.