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

Method height

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

Source from the content-addressed store, hash-verified

158 pub fn height(&self) -> u64 {
159 self.header.height()
160 }
161
162 pub fn digest(&self) -> Digest {
163 self.header.get_digest()
164 }
165

Callers 8

is_first_block_of_epochFunction · 0.45
is_last_block_of_epochFunction · 0.45
check_payloadMethod · 0.45
handle_proposalMethod · 0.45
handle_verifyFunction · 0.45
execute_blockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected