mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[BROKEN] Add raw issuance RPCs
This commit is contained in:
parent
a03239dd31
commit
49e808373e
2 changed files with 328 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "combineblocksigs", 1, "signatures" },
|
||||
{ "sendtomainchain", 1, "amount" },
|
||||
{ "sendtomainchain", 2, "subtractfeefromamount" },
|
||||
{ "rawissueasset", 1, "issuances" },
|
||||
{ "rawreissueasset", 1, "reissuances" },
|
||||
{ "rawblindrawtransaction", 1, "inputblinder" },
|
||||
{ "rawblindrawtransaction", 2, "inputamount" },
|
||||
{ "rawblindrawtransaction", 3, "inputasset" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue