tm-abci 0.1.1

tendermint ABCI trait in no_std
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]

extern crate alloc;

mod async_abci;
pub use async_abci::*;

mod types;
pub use types::*;