Docs.rs
pchain-client-0.4.3
pchain-client 0.4.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
parallelchainlab
Dependencies
borsh =0.10.2
normal
bytes ^1.1
normal
pchain-types ^0.4.3
normal
reqwest ^0.11
normal
serde ^1
normal
serde-big-array ^0.5
normal
serde_json ^1
normal
tokio ^0.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module client
pchain_
client
0.4.3
Module client
Module Items
Structs
In crate pchain_
client
pchain_client
Module
client
Copy item path
Source
Expand description
Client struct with methods corresponding to each and every fullnode RPC.
Structs
ยง
Client
Client
defines functions to communicate with ParallelChain RPC endpoints. Users are required to provide corresponding
request
specified in pchain_types in order to get a correct response.