pub fn build_consensus_commit_summary(
cs: &RocksDBStore,
index: CommitIndex,
) -> Result<Option<ConsensusCommitSummary>>Expand description
Build a summary for the commit at index. Returns None if not found.
pub fn build_consensus_commit_summary(
cs: &RocksDBStore,
index: CommitIndex,
) -> Result<Option<ConsensusCommitSummary>>Build a summary for the commit at index. Returns None if not found.