mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Add calculateasset RPC
This commit is contained in:
parent
79c4a9901b
commit
bdfcb436b7
3 changed files with 69 additions and 0 deletions
|
|
@ -229,6 +229,8 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "sendtoaddress", 10, "ignoreblindfail" },
|
||||
{ "createrawtransaction", 4, "output_assets" },
|
||||
{ "createpsbt", 4, "output_assets" },
|
||||
{ "calculateasset", 1, "vout" },
|
||||
{ "calculateasset", 3, "blind_reissuance" },
|
||||
|
||||
};
|
||||
// clang-format on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue