pub fn assert_collection_update_is_valid(
    edition: bool,
    existing: &Option<Collection>,
    incoming: &Option<Collection>
) -> Result<(), ProgramError>
Expand description

Checks whether the collection update is allowed or not based on the verified status.