Returns a default enviroment with height, time, chain_id, and contract address
You can submit as is to most contracts, or modify height/time if you want to
test for expiration.
Creates an IbcChannel for testing. You set a few key parameters for handshaking,
If you want to set more, use this as a default and mutate other fields
Creates a IbcPacketAckMsg for testing ibc_packet_ack. 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.
Creates a IbcPacketReceiveMsg for testing ibc_packet_receive. 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
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./