tendermint-rpc 0.19.0

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 16 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

http-client

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

websocket-client

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

cli

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

secp256k1

  • tendermint/secp256k1

hyper

    This feature flag does not enable additional features.

async-tungstenite

    This feature flag does not enable additional features.

http

    This feature flag does not enable additional features.

structopt

    This feature flag does not enable additional features.

tokio

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.

async-trait

    This feature flag does not enable additional features.

hyper-proxy

    This feature flag does not enable additional features.

tracing-subscriber

    This feature flag does not enable additional features.

tracing

    This feature flag does not enable additional features.

hyper-rustls

    This feature flag does not enable additional features.