pub trait StateTransitionConfig: Sealed { }Expand description
A special marker trait which allows us to define different rollup configurations. There are
only 3 possible instantiations of this trait: ProverConfig, ZkConfig, and StandardConfig.