@konemono/nostr-login 1.9.9 → 1.9.10
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.
|
@@ -27,6 +27,10 @@ declare class AuthNostrService extends EventEmitter implements Signer {
|
|
|
27
27
|
isIframe(): boolean;
|
|
28
28
|
waitReady(): Promise<void>;
|
|
29
29
|
cancelNostrConnect(): void;
|
|
30
|
+
/**
|
|
31
|
+
* Amberから戻ってきた際に保存された状態を確認して復元する
|
|
32
|
+
*/
|
|
33
|
+
private checkAndResumeAmberFlow;
|
|
30
34
|
nostrConnect(relays?: string[], { domain, link, iframeUrl, importConnect, }?: {
|
|
31
35
|
domain?: string;
|
|
32
36
|
link?: string;
|