pub fn mock_ibc_packet_timeout(
    my_channel_id: &str,
    data: &impl Serialize
) -> StdResult<IbcPacketTimeoutMsg>
Expand description

Creates a IbcPacketTimeoutMsg for testing ibc_packet_timeout. You set a few key parameters that are often parsed. If you want to set more, use this as a default and mutate other fields. The difference from mock_ibc_packet_recv is if my_channel_id is src or dest./