Return masternodes networks addresses in RPC - #18
Conversation
|
Thanks we will give it a try. On your end it did work? Can you tell us something about the project you are working on ? |
Yes, it worked, you just need to pass an empty filter
I'm coding a website to collect and display data about the blockchain and it's network, the functionality I want to implements are:
|
|
try using 2.1.0.0 and pr it there,cause i already added total teir in getmasternodecount rpc |
|
nvm just saw it,lgtm |
|
|
||
| "\nArguments:\n" | ||
| "1. \"filter\" (string, optional) Filter search text. Partial match by txhash, status, or addr.\n" | ||
| "2. network (boolean, optional, default=false) Return the network address of masternodes.\n" |
There was a problem hiding this comment.
add \"filter\" type text there,and should be good
There was a problem hiding this comment.
I don't understand what you want, can you explain your comment?
Hi,
I need to get all masternodes network address from the JSON-RPC API for a project about the Transcendence blockchain. So I changed the RPC to add this functionality.
Hope this can be added officially.