mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
add reissueasset rpc call
This commit is contained in:
parent
f37db5e608
commit
56ba0e5378
2 changed files with 90 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "issueasset", 0, "assetamount" },
|
||||
{ "issueasset", 1, "tokenamount" },
|
||||
{ "issueasset", 2, "blind" },
|
||||
{ "reissueasset", 1, "assetamount" },
|
||||
{ "setban", 3, "absolute" },
|
||||
{ "setnetworkactive", 0, "state" },
|
||||
{ "getmempoolancestors", 1, "verbose" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue