```python
from nostr_sdk import EncryptedSecretKey
encrypted = EncryptedSecretKey.from_bech32("ncryptsec...")
secret_key = encrypted.to_secret_key("
```
```python
from nostr_sdk import EncryptedSecretKey
encrypted = EncryptedSecretKey.from_bech32("ncryptsec...")
secret_key = encrypted.to_secret_key("
```
No replies yet.