Chia-Network / chia-docs

Chia Docs - documentation on the Chia blockchain, protocol and client
https://docs.chia.net/
Apache License 2.0
20 stars 58 forks source link

RPC documentation lacking details of send_multi_transaction #685

Closed Valeri4n closed 1 month ago

Valeri4n commented 1 month ago

Documentation does not show an option for using multiple wallet addresses in https://docs.chia.net/wallet-rpc/#send_transaction_multi. It might possible to configure this by using a json-file, as mentioned in the documentation, but the docs are lacking details on the json format for this command.

There are many other commands that reference using json files, but no details about syntax for that file. If there is an example, would be helpful to have a link pointing to it.