RavenProject/Ravencoin

Additional RPC command "getassetaddress"

lsji07 opened this issue · 2 comments

Getting a user address or list of holders easily is problematic from the wallet or GUI using a simple command.

Propose adding the command getassetaddress to simplify interfacing and extracting token address information from the wallet. Output should be a quantified list of addresses.

This is specifically for nodes using assetindex=1 and txindex=1 as required to have the data available to the node.

Found listaddressbyasset command. Will try that instead.

listaddressbyasset works as desired. Closing.