pub fn migrate(
_deps: DepsMut<'_, ProvenanceQuery>,
_env: Env,
_msg: MigrateMsg,
) -> Result<Response, ContractError>
Expand description
Called when migrating a contract instance to a new code ID.
pub fn migrate(
_deps: DepsMut<'_, ProvenanceQuery>,
_env: Env,
_msg: MigrateMsg,
) -> Result<Response, ContractError>
Called when migrating a contract instance to a new code ID.