type AlchemyTransportConfig =
| (AlchemyConnectionConfig & Never<SplitTransportConfig>)
| (SplitTransportConfig & Never<AlchemyConnectionConfig> & object);Defined in: account-kit/infra/src/alchemyTransport.ts:59
| Name | Type | Description |
|---|---|---|
|
| ‐ |
|
| The max number of times to retry. |
|
| The base delay (in ms) between retries. |