Registry / networking / sc-client-api

sc-client-api

JSON →
library44.0.0rscratesunverified

Substrate client interfaces for blockchain node implementation.

# Cargo.toml [dependencies] sc-client-api = "44.0.0"
INSTALL
IMPORT
SIG · SC-CLIENT-API
S
sc-client-api
networkingrustv44.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ClientInfo
use sc_client_api::ClientInfo;

Use the ClientInfo struct from sc-client-api.

use sc_client_api::ClientInfo; fn main() { let info = ClientInfo::default(); println!("Client info: {:?}", info); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
44.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
sc-client-api — cargo add sc-client-api · libregistry