function clientHeaderTrack<X>(client, crumb): X;Defined in: aa-sdk/core/src/client/addBreadcrumb.ts:20
Add a crumb to the breadcrumb.
| Type Parameter |
|---|
|
| Parameter | Type | Description |
|---|---|---|
|
| Clients are somethings like viem, that we are adding breadcrumbs to, and could be owning the transport. Usually a alchemy client. |
|
| The crumb to add to the breadcrumb |
X
The updated client