pub fn store(
summary: &CheckpointSummary,
signature: &AuthorityStrongQuorumSignInfo,
) -> ValueExpand description
Build a StoredCheckpointSummary row from a checkpoint
summary and its quorum signature.
BCS-encode failures here would indicate either OOM or a bug in
the types’ Serialize impls; we panic rather than thread a
Result through every call site.