ListMultisigAddresses given an address

+1 vote
To obtain a list of multisig addresses where a given address is a part of, the current method I am using is "listaddresses * true" and parse the list for multisig addresses where the addresses property contains the given address. Is there a shorter way?
asked Apr 1, 2017 by kakkoiiman

1 Answer

0 votes
I'm afraid there isn't currently a direct API for doing this.
answered Apr 1, 2017 by MultiChain
...