From bd0732c8e30742b41b6db874d5efddce4e259adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Varga-Somogyi=20=C3=81kos?= Date: Wed, 15 May 2019 18:37:44 +0200 Subject: [PATCH] Fixed return type --- source/ethers.js/source/api-wallet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ethers.js/source/api-wallet.rst b/source/ethers.js/source/api-wallet.rst index 8a4256b..6d8d639 100644 --- a/source/ethers.js/source/api-wallet.rst +++ b/source/ethers.js/source/api-wallet.rst @@ -36,7 +36,7 @@ new :sup:`Wallet` ( privateKey [ , provider ] ) .. _fromEncryptedJson: -:sup:`Wallet` . fromEncryptedJson ( json, password [ , progressCallback ] ) |nbsp| :sup:`=>` |nbsp| :sup:`Wallet` +:sup:`Wallet` . fromEncryptedJson ( json, password [ , progressCallback ] ) |nbsp| :sup:`=>` |nbsp| :sup:`Promise` Decrypt an encrypted Secret Storage `JSON Wallet`_ (from Geth, parity, Crowdsale tools, or that was created using *prototype.encrypt* )