Function arrayChanged

Small helper function to compare two arrays of addresses. This allow null, undefined, or empty strings to be considered the same.

  • Parameters

    • Optional_addresses1: (undefined | null | string)[]

      array 1

    • Optional_addresses2: (undefined | null | string)[]

      array 2

    Returns boolean

    Returns true if there were changes between the two arrays.