Type Alias abstract_sdk::base::ExecuteHandlerFn

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

Function signature for an execute handler.