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

Method digest

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

Source from the content-addressed store, hash-verified

162 pub fn digest(&self) -> Digest {
163 self.header.get_digest()
164 }
165
166 pub fn timestamp(&self) -> u64 {
167 self.header.timestamp()
168 }
169

Calls

no outgoing calls