Trait abstract_sdk::apis::ibc::IbcInterface
source · pub trait IbcInterface: Identification {
fn ibc_client<'a>(&'a self, deps: Deps<'a>) -> IbcClient<'_, Self> { ... }
}
Expand description
Interact with other chains over IBC.