Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
impl Heightable for Block {
180
fn height(&self) -> Height {
181
Height::new(self.header.height())
Callers
11
handle_proposal
Method · 0.80
finalize
Function · 0.80
put_verified
Method · 0.80
put_block
Method · 0.80
put_notarization
Method · 0.80
put_finalization
Method · 0.80
get_notarization
Method · 0.80
prune
Method · 0.80
handle_deliver
Method · 0.80
verify_delivered
Method · 0.80
handle_block_processed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected