Implement RPC call z_listoperationids and update z_getoperationstatus to take a list parameter.

This commit is contained in:
Simon
2016-08-22 09:18:44 -07:00
parent 861513a01f
commit 34f0001ccc
4 changed files with 87 additions and 18 deletions

View File

@@ -388,6 +388,7 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "zcsamplejoinsplit", &zc_sample_joinsplit, true },
{ "wallet", "z_sendmany", &z_sendmany, true },
{ "wallet", "z_getoperationstatus", &z_getoperationstatus, true },
{ "wallet", "z_listoperationids", &z_listoperationids, true },
{ "wallet", "z_getnewaddress", &z_getnewaddress, true },
{ "wallet", "z_listaddresses", &z_listaddresses, true },
{ "wallet", "z_exportkey", &z_exportkey, true },