Trait sc_chain_spec::Fork [−][src]
A ChainSpec
extension fork definition.
Basically should look the same as Group
, but
all parameters are optional. This allows changing
only one parameter as part of the fork.
The forks can be combined (summed up) to specify
a complete set of parameters
Associated Types
Loading content...Required methods
fn combine_with(&mut self, other: Self)
[src]
Combine with another struct.
All parameters set in other
should override the
ones in the current struct.
fn to_base(self) -> Option<Self::Base>
[src]
Attempt to convert to the base type if all parameters are set.