Struct abstract_sdk::apis::ibc::IbcClient
source · pub struct IbcClient<'a, T: IbcInterface> { /* private fields */ }
Implementations§
source§impl<'a, T: IbcInterface> IbcClient<'a, T>
impl<'a, T: IbcInterface> IbcClient<'a, T>
sourcepub fn host_action(
&self,
host_chain: String,
action: HostAction,
callback: Option<CallbackInfo>,
retries: u8
) -> Result<CosmosMsg, StdError>
pub fn host_action(
&self,
host_chain: String,
action: HostAction,
callback: Option<CallbackInfo>,
retries: u8
) -> Result<CosmosMsg, StdError>
Call a HostAction
on the host of the provided host_chain
.