tendermint-rpc 0.32.1

tendermint-rpc contains the core types returned by a Tendermint node's RPC endpoint. All networking related features are feature guarded to keep the dependencies small in cases where only the core types are needed.
Documentation

tendermint-rpc

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 1 of them enabled by default.

default

  • flex-error/std
  • flex-error/eyre_tracer

websocket-client

  • async-tungstenite
  • futures
  • http
  • tokio/rt-multi-thread
  • tokio/fs
  • tokio/macros
  • tokio/sync
  • tokio/time
  • tracing

http-client

  • futures
  • http
  • hyper
  • hyper-proxy
  • hyper-rustls
  • tokio/fs
  • tokio/macros
  • tracing

cli

  • http-client
  • structopt
  • tracing-subscriber
  • websocket-client

tracing-subscriber

  • dep:tracing-subscriber

secp256k1

  • tendermint/secp256k1

hyper

  • dep:hyper

hyper-rustls

  • dep:hyper-rustls

http

  • dep:http

tracing

  • dep:tracing

tokio

  • dep:tokio

structopt

  • dep:structopt

hyper-proxy

  • dep:hyper-proxy

futures

  • dep:futures

async-tungstenite

  • dep:async-tungstenite