tendermint-rpc 0.40.4

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
1
2
3
4
5
//! `/broadcast_tx_*` endpoint JSON-RPC wrappers

pub mod tx_async;
pub mod tx_commit;
pub mod tx_sync;