tendermint 0.10.1

Tendermint is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides core types for representing information about Tendermint blockchain networks, including chain information types, secret connections, and remote procedure calls (JSONRPC).
Documentation
1
2
3
4
5
//! `/broadcast_tx_*` endpoint JSONRPC wrappers

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