Crates.io | op-alloy-network |
lib.rs | op-alloy-network |
version | |
source | src |
created_at | 2024-06-23 08:58:00.527592 |
updated_at | 2024-11-08 00:06:14.889559 |
description | Optimism blockchain RPC behavior abstraction |
homepage | https://github.com/alloy-rs/op-alloy |
repository | https://github.com/alloy-rs/op-alloy |
max_upload_size | |
id | 1281057 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Optimism blockchain RPC behavior abstraction.
This crate contains a simple abstraction of the RPC behavior of an Op-stack blockchain. It is intended to be used by the Alloy client to provide a consistent interface to the rest of the library, regardless of changes the underlying blockchain makes to the RPC interface.