mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
RPC: Named arguments for signblock
This commit is contained in:
parent
826621375d
commit
fb0494a577
1 changed files with 1 additions and 1 deletions
|
|
@ -4127,7 +4127,7 @@ static const CRPCCommand commands[] =
|
||||||
{ "wallet", "sendtoaddress", &sendtoaddress, false, {"address","amount","comment","comment_to","subtractfeefromamount"} },
|
{ "wallet", "sendtoaddress", &sendtoaddress, false, {"address","amount","comment","comment_to","subtractfeefromamount"} },
|
||||||
{ "wallet", "setaccount", &setaccount, true, {"address","account"} },
|
{ "wallet", "setaccount", &setaccount, true, {"address","account"} },
|
||||||
{ "wallet", "reissueasset", &reissueasset, true, {"asset", "assetamount"} },
|
{ "wallet", "reissueasset", &reissueasset, true, {"asset", "assetamount"} },
|
||||||
{ "wallet", "signblock", &signblock, true, {} },
|
{ "wallet", "signblock", &signblock, true, {"blockhex"} },
|
||||||
{ "wallet", "sendtomainchain", &sendtomainchain, false, {"address", "amount", "subtractfeefromamount"} },
|
{ "wallet", "sendtomainchain", &sendtomainchain, false, {"address", "amount", "subtractfeefromamount"} },
|
||||||
{ "wallet", "destroyamount", &destroyamount, false, {"asset", "amount", "comment"} },
|
{ "wallet", "destroyamount", &destroyamount, false, {"asset", "amount", "comment"} },
|
||||||
{ "wallet", "settxfee", &settxfee, true, {"amount"} },
|
{ "wallet", "settxfee", &settxfee, true, {"amount"} },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue