hermes-encoding-components 0.1.0

Implementation of an IBC Relayer in Rust, as a library
Documentation
1
2
3
4
5
6
use cgp::prelude::*;

#[derive_component(EncodedTypeComponent, ProvideEncodedType<Encoding>)]
pub trait HasEncodedType: Async {
    type Encoded: Async;
}