Function cosmwasm_std::testing::mock_ibc_channel

source ยท
pub fn mock_ibc_channel(
    my_channel_id: &str,
    order: IbcOrder,
    version: &str
) -> IbcChannel
Expand description

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