Docs.rs
zebra-rpc-1.0.0-beta.46
zebra-rpc 1.0.0-beta.46
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:zcashfoundation:owners
conradoplg
oxarbitrage
Dependencies
base64 ^0.22.1
normal
chrono ^0.4.40
normal
color-eyre ^0.6.3
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
http-body-util ^0.1.3
normal
hyper ^1.6.0
normal
indexmap ^2.8.0
normal
jsonrpsee ^0.24.8
normal
jsonrpsee-proc-macros ^0.24.9
normal
jsonrpsee-types ^0.24.9
normal
nix ^0.29.0
normal
proptest ^1.6.0
normal
optional
prost ^0.13.5
normal
optional
rand ^0.8.5
normal
semver ^1.0.26
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tokio ^1.44.2
normal
tokio-stream ^0.1.17
normal
optional
tonic ^0.12.3
normal
optional
tonic-reflection ^0.12.3
normal
optional
tower ^0.4.13
normal
tracing ^0.1.41
normal
zcash_address ^0.7.0
normal
zcash_primitives ^0.22.0
normal
zcash_protocol ^0.5.1
normal
zebra-chain ^1.0.0-beta.46
normal
zebra-consensus ^1.0.0-beta.46
normal
zebra-network ^1.0.0-beta.46
normal
zebra-node-services ^1.0.0-beta.46
normal
zebra-script ^1.0.0-beta.46
normal
zebra-state ^1.0.0-beta.46
normal
insta ^1.42.2
dev
proptest ^1.6.0
dev
thiserror ^2.0.12
dev
tokio ^1.44.2
dev
zebra-chain ^1.0.0-beta.46
dev
zebra-consensus ^1.0.0-beta.46
dev
zebra-network ^1.0.0-beta.46
dev
zebra-state ^1.0.0-beta.46
dev
zebra-test ^1.0.0-beta.46
dev
tonic-build ^0.12.3
build
optional
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate
zebra_rpc
zebra_
rpc
1.0.0-beta.46
All Items
Crate Items
Modules
Crates
zebra_rpc
Crate
zebra_rpc
Copy item path
Settings
Help
Summary
Source
Expand description
A Zebra Remote Procedure Call (RPC) interface
Modules
§
config
User-configurable RPC settings.
methods
Zebra supported RPC methods.
queue
Transaction Queue.
server
A JSON-RPC 1.0 & 2.0 endpoint for Zebra.
sync
Syncer task for maintaining a non-finalized state in Zebra’s ReadStateService and updating
ChainTipSender
via RPCs