From 3d3941942956959c42a8f523417e2b8635f0c15e Mon Sep 17 00:00:00 2001 From: Li Xuanji Date: Mon, 25 Feb 2019 16:18:39 +0800 Subject: [PATCH] add reference to SigningKey --- source/ethers.js/source/api-wallet.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/ethers.js/source/api-wallet.rst b/source/ethers.js/source/api-wallet.rst index 8a4256b..166d561 100644 --- a/source/ethers.js/source/api-wallet.rst +++ b/source/ethers.js/source/api-wallet.rst @@ -152,7 +152,7 @@ Prototype To change the provider, use the :ref:`connect ` method, which will return a **new instance** of the Wallet connected to the provider. - + :sup:`prototype` . mnemonic The mnemonic phrase for this wallet, or null if the mnemonic is unknown. @@ -444,6 +444,9 @@ the following properties: If *message* is a string, it is converted to UTF-8 bytes, otherwise it is preserved as a binary representation of the :ref:`Arrayish ` data. + Note that this function also does digest computation and hence appends a + prefix; to skip this, use the low-level SigningKey API instead. + :sup:`object` . sendTransaction ( transaction ) |nbsp| :sup:`=>` |nbsp| :sup:`Promise` Sends the *transaction* (see :ref:`Transaction Requests `) to the network and returns a :ref:`Promise ` that resolves to a