jsonrpsee-wasm-client 0.16.3

WASM client for JSON-RPC
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jsonrpsee-wasm-client"
version = "0.16.3"
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "WASM client for JSON-RPC"
edition = "2021"
license = "MIT"
repository = "https://github.com/paritytech/jsonrpsee"
homepage = "https://github.com/paritytech/jsonrpsee"
documentation = "https://docs.rs/jsonrpsee-wasm-client"

[dependencies]
jsonrpsee-types = { path = "../../types", version = "0.16.3" }
jsonrpsee-client-transport = { path = "../transport", version = "0.16.3", features = ["web"] }
jsonrpsee-core = { path = "../../core", version = "0.16.3", features = ["async-wasm-client"] }