MCPcopy Create free account
hub / github.com/base/base / chain_spec

Method chain_spec

crates/execution/node/src/engine.rs:120–122  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

118 /// Returns the chain spec used by the validator.
119 #[inline]
120 pub fn chain_spec(&self) -> &ChainSpec {
121 self.inner.chain_spec()
122 }
123
124 /// Verifies upgrade-gated post-execution rules against the supplied parent state.
125 ///

Calls

no outgoing calls

Tested by

no test coverage detected