Registry / serialization / jsonrpsee-types

jsonrpsee-types

JSON →
library0.26.0rscratesunverified

Provides JSON-RPC v2 specific types for the jsonrpsee ecosystem.

# Cargo.toml [dependencies] jsonrpsee-types = "0.26.0"
INSTALL
IMPORT
SIG · JSONRPSEE-TYPES
J
jsonrpsee-types
serializationrustv0.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.

Params
use jsonrpsee_types::Params;

Create a new JSON-RPC params object.

use jsonrpsee_types::Params; fn main() { let params = Params::new(vec![]); println!("Params created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.26.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jsonrpsee-types — cargo add jsonrpsee-types · libregistry