Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

add reference to SigningKey #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/ethers.js/source/api-wallet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Prototype
To change the provider, use the :ref:`connect <wallet-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.
Expand Down Expand Up @@ -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 <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<TransactionResponse>`
Sends the *transaction* (see :ref:`Transaction Requests <transaction-request>`) to
the network and returns a :ref:`Promise <promise>` that resolves to a
Expand Down