Type Alias abstract_sdk::base::MigrateHandlerFn

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

Function signature for a migrate handler.