SetIncomingDataToNetworkParamsHolderQueryParameters

Stores incomingData as the query parameters in the client's NetworkParametersHolder, so a later request in the chain picks them up instead of carrying the parameters on its own schema. incomingData is required and must be a map keyed by String. Dispatches onSuccess (no data) when the parameters were stored; onFailure (no data, logged) when incomingData is missing or isn't a map.

Parameters

id

Unique identifier of this event. Defaults to a random id.

trigger

Trigger that fires this event, built via EventTriggers.

events

Child events chained after this one, wired to its triggers (onSuccess, onFailure).