]> Git Repo - VerusCoin.git/blobdiff - src/rpcclient.cpp
test
[VerusCoin.git] / src / rpcclient.cpp
index a45ea9839beab179e862d382f35fcfbc751168cb..824ad602af3b5d9cc069c4aaaea92e5e678e5115 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "rpcprotocol.h"
 #include "util.h"
-#include "ui_interface.h"
 
 #include <set>
 #include <stdint.h>
@@ -29,6 +28,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "getaddednodeinfo", 0 },
     { "setgenerate", 0 },
     { "setgenerate", 1 },
+    { "generate", 0 },
     { "getnetworkhashps", 0 },
     { "getnetworkhashps", 1 },
     { "sendtoaddress", 1 },
@@ -78,6 +78,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "sendrawtransaction", 1 },
     { "gettxout", 1 },
     { "gettxout", 2 },
+    { "gettxoutproof", 0 },
     { "lockunspent", 0 },
     { "lockunspent", 1 },
     { "importprivkey", 2 },
@@ -90,6 +91,27 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "estimatepriority", 0 },
     { "prioritisetransaction", 1 },
     { "prioritisetransaction", 2 },
+    { "zcrawjoinsplit", 1 },
+    { "zcrawjoinsplit", 2 },
+    { "zcrawjoinsplit", 3 },
+    { "zcrawjoinsplit", 4 },
+    { "zcbenchmark", 1 },
+    { "zcbenchmark", 2 },
+    { "getblocksubsidy", 0},
+    { "z_listreceivedbyaddress", 1},    
+    { "z_getbalance", 1},
+    { "z_gettotalbalance", 0},
+    { "z_sendmany", 1},
+    { "z_sendmany", 2},
+    { "z_sendmany", 3},
+    { "z_getoperationstatus", 0},
+    { "z_getoperationresult", 0},
+    { "z_importkey", 1 },
+    { "paxprice", 4 },
+    { "paxprices", 3 },
+    { "paxpending", 0 },
+    { "notaries", 1 },
+    { "minerids", 1 },
 };
 
 class CRPCConvertTable
This page took 0.026571 seconds and 4 git commands to generate.