Variable: getOverlapDetails
Gets the overlap details between two address lists. Returns [inFirstButNotSecond, overlaps, inSecondButNotFirst].
constgetOverlapDetails: (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].