XYO Platform SDK - v3.10.6
    Preparing search index...
    reducePayloads: <T extends Payload = Payload>(
        payloads: Payload[],
        payloadTransformers: SchemaToPayloadTransformersDictionary,
        destinationSchema: string,
        excludeSources?: boolean,
    ) => Promise<T>

    Reduces the payloads to a single payload using the supplied transformers

    Type declaration

      • <T extends Payload = Payload>(
            payloads: Payload[],
            payloadTransformers: SchemaToPayloadTransformersDictionary,
            destinationSchema: string,
            excludeSources?: boolean,
        ): Promise<T>
      • Type Parameters

        Parameters

        • payloads: Payload[]

          The payloads to reduce

        • payloadTransformers: SchemaToPayloadTransformersDictionary

          The transformers to use to convert the payloads to the destination payload

        • destinationSchema: string

          The schema of the destination payload

        • OptionalexcludeSources: boolean

          Exclude the source hashes from the destination payload

        Returns Promise<T>

        The reduced payload