Add RPC methods for exporting/importing viewing keys

This commit is contained in:
Jack Grigg
2017-03-08 16:13:39 +13:00
parent 167cd33374
commit e85b33a52e
5 changed files with 135 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "z_getoperationstatus", 0},
{ "z_getoperationresult", 0},
{ "z_importkey", 2 },
{ "z_importviewingkey", 2 },
{ "z_getpaymentdisclosure", 1},
{ "z_getpaymentdisclosure", 2}
};