ibc-middleware-module-macros 0.2.0

IBC module to facilitate middleware implementations - macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ibc-middleware

Collection of IBC middleware implementations, on top of
[`ibc-rs`](https://github.com/cosmos/ibc-rs).

- [Packet forward middleware]crates/packet-forward/
- [Overflow receive middleware]crates/overflow-receive/
- [Module middleware definitions]crates/module/
- [Module middleware helper macros]crates/module-macros/

## Licensing

This software is licensed under the MIT. You may consult
the full license text [here](LICENSE).