tendermint-rpc 0.34.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 12 feature flags, 1 of them enabled by default.

default

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

websocket-client

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

cli

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

http-client

  • futures
  • reqwest
  • tokio/macros
  • tracing

secp256k1

  • tendermint/secp256k1

structopt

  • dep:structopt

tracing

  • dep:tracing

futures

  • dep:futures

reqwest

  • dep:reqwest

tokio

  • dep:tokio

async-tungstenite

  • dep:async-tungstenite

tracing-subscriber

  • dep:tracing-subscriber