type BaseCreateConfigProps = RpcConnectionConfig &
object &
Omit<
PartialBy<
Exclude<AlchemySignerParams["client"], AlchemySignerWebClient>,
"iframeConfig"
>,
"connection"
>;Defined in: account-kit/core/src/types.ts:173
| 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 |
|
| ‐ |