mutateRemoveTrackingHeaders

1function mutateRemoveTrackingHeaders(x?): void;

Defined in: account-kit/infra/src/alchemyTrackerHeaders.ts:26

Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that are not used by the other systems.

Parameters

ParameterTypeDescription

x?

unknown

The headers to remove the tracking headers from

Returns

void