This commit is contained in:
greenart7c3 2024-02-14 14:37:42 -03:00
parent c55678b307
commit ded4c1659c

2
100.md
View File

@ -468,7 +468,7 @@ Android intents and browsers url has limitations, so if you are using the return
- params:
```js
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip44_encrypt;S.callbackUrl=https://example.com/?event=;end`;
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip04_decrypt;S.callbackUrl=https://example.com/?event=;end`;
window.href = intent;
```