ibc-relayer-cli 1.13.2

Hermes is an IBC Relayer written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
//! Application-local prelude.
//!
//! Conveniently import types/functions/macros
//! which are generally useful and should be available in every module with
//! `use crate::prelude::*;

/// Abscissa core prelude
pub use abscissa_core::prelude::*;
pub use abscissa_core::Command;

/// Application state accessors
pub use crate::application::{app_config, app_reader};