@latticexyz/entrykit 2.2.12-entrykit-bc150f8e6c877fc2c6381f761b6c629c10f52965 → 2.2.12-entrykit-097d5f20d7d6decda06c7bb4fbabbb0a75220317

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,6 +105,7 @@ type PasskeyProvider = {
105
105
  type PasskeyConnectorProperties = {
106
106
  createPasskey(): Promise<void>;
107
107
  reusePasskey(): Promise<void>;
108
+ hasPasskey(): Promise<boolean>;
108
109
  getClient(parameters?: {
109
110
  chainId?: number | undefined;
110
111
  } | undefined): Promise<Client>;