pub fn recover_ledger_from_fragments(
    block0: &Block,
    fragment_logs: impl Iterator<Item = Fragment>
) -> Result<(Ledger, Vec<Fragment>), Error>
Expand description

Replay fragments from storage and recover the ledger state