Type Alias abstract_sdk::base::InstantiateHandlerFn

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

Function signature for an instantiate handler.