Module sc_rpc_api::system
source · Expand description
Substrate system API.
Re-exports§
pub use self::helpers::Health;pub use self::helpers::NodeRole;pub use self::helpers::PeerInfo;pub use self::helpers::SyncState;pub use self::helpers::SystemInfo;pub use error::Error;
Modules§
- System RPC module errors.
- Substrate system API helpers.
Traits§
- Client implementation for the
SystemApiRPC API. - Server trait implementation for the
SystemApiRPC API.