Module consensus_commit_summary

Module consensus_commit_summary 

Source
Expand description

Shared helper for db-shell’s consensus-commit summary, used by both the in-process admin API (sui-node) and the direct RocksDB backend (sui-tool).

Structs§

ConsensusCommitSummary
Summary of a single consensus commit. tx_keys entries for rejected transactions are tagged with a [rejected] suffix.

Functions§

build_consensus_commit_summary
Build a summary for the commit at index. Returns None if not found.