Type Alias abstract_sdk::base::IbcCallbackHandlerFn

source ยท
pub type IbcCallbackHandlerFn<Module, Error> = fn(_: DepsMut<'_>, _: Env, _: MessageInfo, _: Module, _: IbcResponseMsg) -> Result<Response, Error>;
Expand description

Function signature for an IBC callback handler.