add issueasset rpc call

This commit is contained in:
Gregory Sanders 2017-03-24 11:19:51 -04:00
parent 984967c40e
commit f37db5e608
2 changed files with 147 additions and 0 deletions

View file

@ -117,6 +117,9 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "prioritisetransaction", 1, "priority_delta" },
{ "prioritisetransaction", 2, "fee_delta" },
{ "setban", 2, "bantime" },
{ "issueasset", 0, "assetamount" },
{ "issueasset", 1, "tokenamount" },
{ "issueasset", 2, "blind" },
{ "setban", 3, "absolute" },
{ "setnetworkactive", 0, "state" },
{ "getmempoolancestors", 1, "verbose" },