recomputeChainDigest method

String recomputeChainDigest(
  1. String missionId
)

Recomputes the evidence chain for missionId from the packets this client received — the client side of receipt verification.

Implementation

String recomputeChainDigest(String missionId) =>
    zapEvidenceChain([for (final e in evidenceFor(missionId)) e.chainFact]);