- Preparing search index...
- The search index is not available
cardano-sdk
Function unifiedProjectorOperator
- unifiedProjectorOperator<PropsIn, PropsOut>(handler: UnifiedEventHandler<PropsIn, PropsOut>): (<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn>() => ExtChainSyncOperator<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn, PropsOut, PropsOut>)
-
Type Parameters
-
PropsIn
-
PropsOut = PropsIn
Returns (<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn>() => ExtChainSyncOperator<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn, PropsOut, PropsOut>)
-
- <SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn>(): ExtChainSyncOperator<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn, PropsOut, PropsOut>
-
Type Parameters
-
SourceExtraRollForwardPropsIn
-
SourceExtraRollBackwardPropsIn extends WithBlock
Returns ExtChainSyncOperator<SourceExtraRollForwardPropsIn, SourceExtraRollBackwardPropsIn, PropsOut, PropsOut>
Convenience utility to create an operator that works the same with both RollForward and RollBackward events.