I haven't determined how to do this yet. Ideally, we could compare every new address generated against the UTxO set, as it should be the primary target, however it's not easy to collect and maintain the up-to-date set (very large and constantly changing).
In #29 we collected and stored a majority of the previously used addresses, some of which contain UTxO, however, this set isn't super important and I haven't made a simple way to append to it (nor should you really even want to).
I haven't determined how to do this yet. Ideally, we could compare every new address generated against the UTxO set, as it should be the primary target, however it's not easy to collect and maintain the up-to-date set (very large and constantly changing).
In #29 we collected and stored a majority of the previously used addresses, some of which contain UTxO, however, this set isn't super important and I haven't made a simple way to append to it (nor should you really even want to).