[−][src]Crate ethers_providers
Structs
| Http | A low-level JSON-RPC Client over HTTP. |
| PendingTransaction | A pending transaction is a transaction which has been submitted but is not yet mined.
|
| Provider | An abstract provider for interacting with the Ethereum JSON RPC
API. Must be instantiated
with a data transport which implements the |
Enums
| ProviderError | An error thrown when making a call to the provider |
Traits
| FilterStream | Trait for streaming filters. You can get the id. |
| JsonRpcClient | Trait which must be implemented by data transports to be used with the Ethereum JSON-RPC provider. |
| StreamExt | An extension trait for |