Type Alias IbcCallbackHandlerFn

Source
pub type IbcCallbackHandlerFn<Module, Error> = fn(DepsMut<'_>, Env, Module, Callback, IbcResult) -> Result<Response, Error>;
Expand description

Function signature for an IBC callback handler.