split
Defined in: aa-sdk/core/src/transport/split.ts:43
The Split Transport allows you to split RPC traffic for specific methods across different RPC providers. This is done by specifying the methods you want handled specially as overrides and providing a fallback transport for all other methods.
Example
Parameters
Returns
CustomTransport
a viem Transport that splits traffic