Closed rantan closed 1 year ago
We're going to use this method on tracking library that needs to check the addresses are tracking address or not.
In this context, a method that searches for keys by label
or purpose
may be more suitable in terms of throughput.
In this context, a method that searches for keys by label or purpose may be more suitable in terms of throughput.
I think the current implementation is more suitable for the use case. Getting addresses by label would return a lot of addresses that include unnecessary addresses to the validation. It would lead to a big latency.
We needs to get a list of address information to check the addresses is suitable on some processes. We're going to use this method on tracking library that needs to check the addresses are tracking address or not.