[][src]Crate ethers_signers

Structs

Client

A client provides an interface for signing and broadcasting locally signed transactions It Derefs to Provider, which allows interacting with the Ethereum JSON-RPC provider via the same API. Sending transactions also supports using ENS as a receiver. If you will not be using a local signer, it is recommended to use a Provider instead.

Wallet

An Ethereum private-public key pair which can be used for signing messages. It can be connected to a provider via the connect method to produce a Client.

Enums

ClientError

Error thrown when the client interacts with the blockchain

Traits

Signer

Trait for signing transactions and messages

Type Definitions

HttpClient

An HTTP client configured to work with ANY blockchain without replay protection