Fix assets placement for binary #91

Merged
pitmutt merged 168 commits from rav001 into milestone2 2024-07-12 16:34:51 +00:00
Showing only changes of commit 40fb9228a2 - Show all commits

View file

@ -117,7 +117,13 @@
"name": "GetNewWallet example",
"summary": "Create a wallet",
"description": "Creates a new wallet with the given name",
"params": [ "Main" ],
"params": [
{
"name": "Wallet name",
"summary": "The user-friendly name for the wallet",
"value": "Main"
}
],
"result": {
"name": "GetNewWallet result",
"value": 1