pub fn migrate_instantiate<InitMsg, Err>(
deps: DepsMut<'_>,
env: Env,
init_msg: InitMsg,
init_fn: impl Fn(DepsMut<'_>, Env, MessageInfo, InitMsg) -> Result<Response, Err>,
) -> Result<Response, Err>
Expand description
Instantiate account with migration, used to migration from blob smart contract