I can use listlockunspent to get a list of unspent locked asset transactions, but this only returns a list of the txid's for the unspent locked assets. Is the an easy way to list the unspent assets associated with an address? Or is there an API that given the address, will list the lockedunspent txid for the address?
I'm trying to avoid having to review every transaction to confirm the addresses associated with each unspent locked asset.