ibc_channel_open_fix

Function ibc_channel_open_fix 

Source
pub fn ibc_channel_open_fix(
    deps: DepsMut<'_>,
    env: Env,
    msg: IbcChannelOpenMsg,
) -> Result<Option<Ibc3ChannelOpenResponse>, ContractError>
Expand description

Temporary fix until the cw20_ics20 implementation follows the IBC3 standard