RPC Server #103

Merged
pitmutt merged 129 commits from rav001 into milestone3 2024-11-21 15:30:22 +00:00
Showing only changes of commit 40fb9228a2 - Show all commits

View file

@ -117,7 +117,13 @@
"name": "GetNewWallet example", "name": "GetNewWallet example",
"summary": "Create a wallet", "summary": "Create a wallet",
"description": "Creates a new wallet with the given name", "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": { "result": {
"name": "GetNewWallet result", "name": "GetNewWallet result",
"value": 1 "value": 1