linera-alloy-transport

Crates.iolinera-alloy-transport
lib.rslinera-alloy-transport
version0.1.0
sourcesrc
created_at2024-06-01 08:20:27.91151
updated_at2024-06-01 08:20:27.91151
descriptionLow-level Ethereum JSON-RPC transport abstraction
homepagehttps://github.com/MathieuDutSik/alloy
repositoryhttps://github.com/MathieuDutSik/alloy
max_upload_size
id1258560
size18,748
Mathieu Baudet (ma2bd)

documentation

README

linera-alloy-transport

Low-level Ethereum JSON-RPC transport abstraction.

This crate handles RPC connection and request management. It builds an RpcClient on top of the tower Service abstraction, and provides futures for simple and batch RPC requests as well as a unified TransportError type.

Typically, this crate should not be used directly. Most EVM users will want to use the linera-alloy-provider crate, which provides a high-level API for interacting with JSON-RPC servers that provide the standard Ethereum RPC endpoints, or the [linera-alloy-rpc-client] crate, which provides a low-level JSON-RPC API without the specific Ethereum endpoints.

Transports

Alloy maintains the following transports:

Commit count: 621

cargo fmt