(&self)
| 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 | /// |
no outgoing calls
no test coverage detected