IBCDowncall<M>: {
    [K in keyof IBCMethodEvents[M]]: IBCMethodEvents[M][K]
}

Type Parameters