abstract_ibc_host/
lib.rs

1
2
3
4
5
6
7
8
9
10
#![cfg_attr(all(coverage_nightly, test), feature(coverage_attribute))]

pub use error::HostError;

pub mod account_commands;
pub mod chains;
pub mod endpoints;
pub mod error;

pub mod contract;