You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Signer represents an account on the Ethereum Blockchain, which can be used to sign messages and transactions and send signed transactions to the Ethereum Network to execute state-changing operations. It is most often backed by a private key represented by a mnemonic or residing on a Hardware Wallet.
The text was updated successfully, but these errors were encountered:
Another note is that the main goal of this key is to be a wrapper around Ethereumex. We should probably refrain from engaging in this direction of signing transactions and that stuff. We should make the methods available, and that's it.
A Signer represents an account on the Ethereum Blockchain, which can be used to sign messages and transactions and send signed transactions to the Ethereum Network to execute state-changing operations. It is most often backed by a private key represented by a mnemonic or residing on a Hardware Wallet.
The text was updated successfully, but these errors were encountered: