BaseCreateConfigProps
1 type BaseCreateConfigProps = RpcConnectionConfig & 2 object & 3 Omit< 4 PartialBy< 5 Exclude<AlchemySignerParams["client"], AlchemySignerWebClient>, 6 "iframeConfig" 7 >, 8 "connection" 9 >;
Defined in: account-kit/core/src/types.ts:174
Type Declaration
| Name | Type | Description |
|---|---|---|
|
| ‐ |
|
| ‐ |
|
| If set, calls |
|
| ‐ |
|
| Enable this parameter if you are using the config in an SSR setting (eg. NextJS) Turing this setting on will disable automatic hydration of the client store |
|
| ‐ |