docs: correct sendmany
parameters
This commit is contained in:
parent
f4f149d6a2
commit
a2be940648
1 changed files with 1 additions and 3 deletions
|
@ -597,9 +597,7 @@
|
||||||
"tags": [{"$ref": "#/components/tags/draft"},{"$ref": "#/components/tags/wip"}],
|
"tags": [{"$ref": "#/components/tags/draft"},{"$ref": "#/components/tags/wip"}],
|
||||||
"params": [
|
"params": [
|
||||||
{ "$ref": "#/components/contentDescriptors/AccountId"},
|
{ "$ref": "#/components/contentDescriptors/AccountId"},
|
||||||
{ "name": "Transaction requests",
|
{ "$ref": "#/components/contentDescriptors/TxRequestArray"}
|
||||||
"schema": { "$ref": "#/components/contentDescriptors/TxRequest"}
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"paramStructure": "by-position",
|
"paramStructure": "by-position",
|
||||||
"result": {
|
"result": {
|
||||||
|
|
Loading…
Reference in a new issue