Registry / networking / jsonrpsee-core

jsonrpsee-core

JSON →
library0.26.0rscratesunverified

Utilities for jsonrpsee

# Cargo.toml [dependencies] jsonrpsee-core = "0.26.0"
INSTALL
IMPORT
SIG · JSONRPSEE-CORE
J
jsonrpsee-core
networkingrustv0.26.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.

Client
use jsonrpsee_core::client::Client;

Create a JSON-RPC client

use jsonrpsee_core::client::Client; async fn example() { let client = Client::new("http://localhost:9933".to_string()); // Send RPC requests }
Debug
Known issues
gotchaRequires async runtime (tokio or async-std)
fix
Add tokio as a dependency and use #[tokio::main]
affects: >=0.26.0
Upgrade
Version history
0.26.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
jsonrpsee-core — cargo add jsonrpsee-core · libregistry