@proto-kit/sequencer • Docs


Documentation / @proto-kit/sequencer / PairingDerivedInput

Interface: PairingDerivedInput<Input1, Input2, AdditionalParameters>

This type is used to consistently define the input type of a MapReduce flow that is depenend on the result a pairing.

Type Parameters

• Input1

• Input2

• AdditionalParameters

Properties

input1

input1: Input1

Defined in

packages/sequencer/src/protocol/production/flow/ReductionTaskFlow.ts:17


input2

input2: Input2

Defined in

packages/sequencer/src/protocol/production/flow/ReductionTaskFlow.ts:18


params

params: AdditionalParameters

Defined in

packages/sequencer/src/protocol/production/flow/ReductionTaskFlow.ts:19