Type Alias ModuleIbcHandlerFn

Source
pub type ModuleIbcHandlerFn<Module, Error> = fn(DepsMut<'_>, Env, Module, ModuleIbcInfo, Binary) -> Result<Response, Error>;
Expand description

Function signature for an Module to Module IBC handler.