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

Method genesis

types/src/reth.rs:197–199  ·  view source on GitHub ↗

Returns the genesis configuration used to configure this instance

(&self)

Source from the content-addressed store, hash-verified

195
196 /// Returns the genesis configuration used to configure this instance
197 pub const fn genesis(&self) -> Option<&Genesis> {
198 self.genesis.as_ref()
199 }
200
201 /// Takes the stdout contained in the child process.
202 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected