Function ibc_core::client::handler::create_client::validate

source ·
pub fn validate<Ctx>(
    ctx: &Ctx,
    msg: MsgCreateClient
) -> Result<(), ContextError>
where Ctx: ValidationContext,