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.