Create a new instance of an Abstract Signer
A signer is required by design to have the following props: provider, getAddress, signMessage and sendTransaction
provider
getAddress
signMessage
sendTransaction
See more: https://docs.ethers.io/ethers.js/html/api-wallet.html#signer-api
EthersSigner
Signer
A purser instantiated wallet
A provieder, most likely instantiated from Etherscan
The above parameters are sent in as props of an object.
A new instance of the class containing the expected props
Generated using TypeDoc
Create a new instance of an Abstract Signer
A signer is required by design to have the following props:
provider
,getAddress
,signMessage
andsendTransaction
See more: https://docs.ethers.io/ethers.js/html/api-wallet.html#signer-api
EthersSigner
Signer
A purser instantiated wallet
A provieder, most likely instantiated from Etherscan
The above parameters are sent in as props of an object.
A new instance of the class containing the expected props