Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_epoch
Function · 0.45
is_last_block_of_epoch
Function · 0.45
check_payload
Method · 0.45
handle_proposal
Method · 0.45
handle_verify
Function · 0.45
handle_finalized_block
Method · 0.45
handle_notarized_block
Method · 0.45
execute_block
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected