verifymessage added to api cmd settings
This commit is contained in:
@@ -282,6 +282,10 @@
|
||||
// getvotelist: Returns an object with details regarding the current vote list.
|
||||
// getmasternodecount: Returns a json object containing the total number of masternodes on the network.
|
||||
// getmasternodelist: Returns a json array containing status information for all masternodes on the network.
|
||||
// verifymessage: Verify a signed message. Must accept the following arguments:
|
||||
// address: The wallet address to use for the signature.
|
||||
// signature: The signature provided by the signer in base 64 encoding.
|
||||
// message: The message that was signed.
|
||||
"api_cmds": {
|
||||
"getnetworkhashps": "getnetworkhashps",
|
||||
"getmininginfo": "getmininginfo",
|
||||
@@ -305,5 +309,6 @@
|
||||
"getvotelist": "masternodelist votes",
|
||||
"getmasternodecount": "getmasternodecount",
|
||||
"getmasternodelist": "listmasternodes"
|
||||
"verifymessage": "verifymessage"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user