cometbft-rpc 0.1.0-alpha.2

cometbft-rpc contains the core types returned by a CometBFT 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;