pub fn create_combined_router<S>(state: S) -> Routerwhere
S: RewardApi + AvailabilityApi + HotShotAvailabilityApi + BlockStateApi + FeeStateApi + StatusApi + ConfigApi + NodeApi + CatchupApi + SubmitApi + StateSignatureApi + HotShotEventsApi + LightClientApi + ExplorerApi + TokenApi + DatabaseApi + RewardApi + DataApi + ConsensusApi + Clone + Send + Sync + 'static,Expand description
Create a combined router serving both v1 and v2 APIs