How do I get the list of locked unspent transactions output for each address?

+1 vote

Is there a variation in the command listlockunspent that will allow me to query on a specific address alone?

asked Jun 23, 2016 by Vignesh Jagadeesh

1 Answer

0 votes

I'm afraid there's not currently an API for doing this, so you'd need to use listlockunspent together with gettxout to find out the corresponding address. Or use listunspent with it.

answered Jun 27, 2016 by MultiChain
...