Function ibc_test_framework::chain::driver::interchain::interchain_submit
source · [−]pub fn interchain_submit<T: Serialize>(
driver: &ChainDriver,
from: &WalletAddress,
connection_id: &ConnectionId,
msg: &T
) -> Result<(), Error>Expand description
Submit a msg from a controller account over an ICA channel using the given connection.