docs(rpc): update OpenRPC for sendmany

This commit is contained in:
Rene Vergara 2024-12-20 08:19:20 -06:00
parent d53bb092d1
commit 6079245af7
Signed by: pitmutt
SSH key fingerprint: SHA256:vNa8FIqbBZjV9hOCkXyOzd7gqWCMCfkcfiPH2zaGfQ0

View file

@ -605,10 +605,9 @@
],
"paramStructure": "by-position",
"result": {
"name": "Operation ID(s)",
"name": "Operation ID",
"schema": {
"type": "array",
"items": { "$ref": "#/components/contentDescriptors/OperationId"}
"$ref": "#/components/contentDescriptors/OperationId"}
}
},
"examples": [
@ -620,7 +619,7 @@
{
"name": "Account index",
"summary": "The index for the account to use",
"value": "1"
"value": 1
},
{
"name": "Privacy Policy",
@ -738,10 +737,15 @@
"tags": [{ "$ref": "#/components/tags/draft"}, { "$ref": "#/components/tags/wip"}],
"params": [
{ "$ref": "#/components/contentDescriptors/AccountId"},
{ "$ref": "#/components/contentDescriptors/Address"}
{ "$ref": "#/components/contentDescriptors/Amount"}
],
"paramStructure": "by-position",
"result": {
"name": "Operation ID(s)",
"schema": {
"type": "array",
"items": { "$ref": "#/components/contentDescriptors/OperationId"}
}
},
"errors": [
{ "$ref": "#/components/errors/ZebraNotAvailable" },