verifymessage added to api cmd settings

This commit is contained in:
joeuhren
2020-12-21 18:12:40 -07:00
parent 4a084cdfe1
commit dfbd2d9046
6 changed files with 53 additions and 17 deletions
+5
View File
@@ -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"
}
}