Skip to main content

aztec_rpc/
lib.rs

1//! JSON-RPC transport shared by workspace clients.
2
3pub use aztec_core::Error;
4
5mod rpc;
6
7pub use rpc::*;