MCPcopy Create free account
hub / github.com/SeismicSystems/summit / epoch

Method epoch

types/src/block.rs:176–178  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

174 pub fn epoch(&self) -> u64 {
175 self.header.epoch()
176 }
177}
178
179impl Heightable for Block {
180 fn height(&self) -> Height {
181 Height::new(self.header.height())

Callers 11

handle_proposalMethod · 0.80
finalizeFunction · 0.80
put_verifiedMethod · 0.80
put_blockMethod · 0.80
put_notarizationMethod · 0.80
put_finalizationMethod · 0.80
get_notarizationMethod · 0.80
pruneMethod · 0.80
handle_deliverMethod · 0.80
verify_deliveredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected