Expand description
Trait for specifying eth
network dependent API types.
Traits§
- EthApi
Types - Network specific
eth
API types. - Full
EthApi Types - Helper trait holds necessary trait bounds on
EthApiTypes
to implementeth
API. - RpcTypes
- RPC types used by the
eth_
RPC API.
Type Aliases§
- RpcBlock
- Adapter for network specific block type.
- RpcError
- Adapter for network specific error type.
- RpcHeader
- Adapter for network specific header type.
- RpcReceipt
- Adapter for network specific receipt type.
- RpcTransaction
- Adapter for network specific transaction type.