Skip to content

Commit efbb899

Browse files
committed
rebuilt docs with yarn build:docs
1 parent 365df4c commit efbb899

File tree

4 files changed

+557
-2471
lines changed

4 files changed

+557
-2471
lines changed

docs/api_reference/sdk-src_account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
5757

5858
```javascript
5959
const ciphertext = PrivateKey.newEncrypted("password");
60-
const account = Account.fromCiphertext(ciphertext, "password");
60+
const account = Account.fromCiphertext(process.env.ciphertext, process.env.password);
6161
```
6262

6363
---
@@ -216,7 +216,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
216216

217217
```javascript
218218
const ciphertext = PrivateKey.newEncrypted("password");
219-
const account = Account.fromCiphertext(ciphertext, "password");
219+
const account = Account.fromCiphertext(process.env.ciphertext, process.env.password);
220220
```
221221

222222
---

0 commit comments

Comments
 (0)