@lukso/up-provider - v0.3.7
    Preparing search index...

    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: (string | null | undefined)[]

        array 1

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

        array 2

      Returns boolean

      Returns true if there were changes between the two arrays.