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;
Modules
- System RPC module errors.
- Substrate system API helpers.
Traits
- Client implementation for the
SystemApi
RPC API. - Server trait implementation for the
SystemApi
RPC API.