recomputeChainDigest method
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]);