72 lines
741 B
Markdown
72 lines
741 B
Markdown
-----
|
|
|
|
Documentation: [html](https://docs-beta.ethers.io/)
|
|
|
|
-----
|
|
|
|
|
|
Signers
|
|
=======
|
|
|
|
|
|
Tra la la...
|
|
|
|
|
|
Signer
|
|
------
|
|
|
|
|
|
|
|
#### *signer* . **connect** ( provider ) **=>** *Signer*
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|
|
### Blockchain Methods
|
|
|
|
|
|
|
|
#### *signer* . **getBalance** ( [ blockTag="latest" ] ) **=>** *Promise(BigNumber)*
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|
|
#### *signer* . **getTransactionCount** ( [ blockTag="latest" ] ) **=>** *Promise(number)*
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|
|
Wallet inherits Signer
|
|
----------------------
|
|
|
|
|
|
Wallet is...
|
|
|
|
|
|
### Creating an Instance
|
|
|
|
|
|
|
|
#### **new** *ethers* . **Wallet** ( privateKey [ , provider ] )
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|
|
#### *Wallet* . **fromEncryptedJson** ( json , password )
|
|
|
|
TODO
|
|
|
|
|
|
|
|
|
|
|
|
-----
|
|
**Content Hash:** 08ec198fa4ab407a1bed0a705073d7f40a6c3969b8e922961939fd8e009ca1ed |