Skip to main content

Crate newton_prover_rpc

Crate newton_prover_rpc 

Source
Expand description

Newton RPC Server

High-performance JSON-RPC server for Newton protocol task management.

Re-exports§

pub use api::server::NewtonRpcImpl;
pub use api::task_generator::TaskGeneratorApi;
pub use server::NewtonRpcServer;
pub use types::intent::TaskIntent;

Modules§

api
cli
commands
config
middleware
processor
server
types
utils

Functions§

run
Runs the Newton RPC Server

Type Aliases§

Result
Result type for Newton RPC operations

Derive Macros§

Error