Skip to content

Gets the overlap details between two address lists. Returns [inFirstButNotSecond, overlaps, inSecondButNotFirst].

const getOverlapDetails: (firstList, secondList) => [AddressList, AddressList, AddressList] = AddressList.getOverlapDetails

Defined in: packages/bitbadgesjs-sdk/src/core/addressLists.ts:468

Gets the overlap details between two address lists. Returns [inFirstButNotSecond, overlaps, inSecondButNotFirst].

Gets the overlap details between two address lists. Returns [inFirstButNotSecond, overlaps, inSecondButNotFirst].

Parameters

firstList

iAddressList

secondList

iAddressList

Returns

[AddressList, AddressList, AddressList]

Edit this page on GitHub