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§
- Consensus
Commit Summary - Summary of a single consensus commit.
tx_keysentries for rejected transactions are tagged with a[rejected]suffix.
Functions§
- build_
consensus_ commit_ summary - Build a summary for the commit at
index. ReturnsNoneif not found.