Function chan_open_init_validate

Source
pub fn chan_open_init_validate<ValCtx>(
    ctx_a: &ValCtx,
    module: &dyn Module,
    msg: MsgChannelOpenInit,
) -> Result<(), ChannelError>
where ValCtx: ValidationContext,