Module 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§

error
System RPC module errors.
helpers
Substrate system API helpers.

Traits§

SystemApiClient
Client implementation for the SystemApi RPC API.
SystemApiServer
Server trait implementation for the SystemApi RPC API.