We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e59d43 commit 56f09b5Copy full SHA for 56f09b5
docs/api_reference/sdk-src_account.md
@@ -57,7 +57,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
57
58
```javascript
59
const ciphertext = PrivateKey.newEncrypted("password");
60
-const account = Account.fromCiphertext(process.env.ciphertext, process.env.password);
+const account = Account.fromCiphertext(ciphertext, "password");
61
```
62
63
---
@@ -216,7 +216,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
216
217
218
219
220
221
222
0 commit comments