Skip to main content

Crate reth_rpc_api

Crate reth_rpc_api 

Source
Expand description

Reth RPC interface definitions

Provides all RPC interfaces.

§Feature Flags

  • client: Enables JSON-RPC client support.

Re-exports§

pub use servers::*;
pub use clients::*;client

Modules§

clientsclient
Aggregates all client traits.
servers
Aggregates all server traits.

Structs§

TestingBuildBlockRequestV1
Request payload for testing_buildBlockV1.

Enums§

RethJitAction
Supported reth_jit control actions.

Constants§

TESTING_BUILD_BLOCK_V1
Capability string for testing_buildBlockV1.
TESTING_COMMIT_BLOCK_V1
Capability string for testing_commitBlockV1.