zebra_rpc

Module methods

source
Expand description

Zebra supported RPC methods.

Based on the zcashd RPC methods as used by lightwalletd.

Some parts of the zcashd RPC documentation are outdated. So this implementation follows the zcashd server and lightwalletd client implementations.

Re-exports§

Modules§

  • RPC methods related to mining only available with getblocktemplate-rpcs rust feature.
  • Deserializes hex-encoded inputs such as the one required for the submitblock RPC method.
  • opthex 🔒
    A helper module to serialize Option<T: ToHex> as a hex string.
  • Types and functions for note commitment tree RPCs.
  • Types used in RPC methods.

Structs§

Enums§

Traits§

  • Server trait implementation for the Rpc RPC API.

Functions§