Alphabetical sort list of commands for Monero Wallet RPC docs

This commit is contained in:
Wojciech Rzepecki 2020-12-24 16:55:27 +01:00
parent 1aefa3662b
commit c5ecbdc5be

View file

@ -35,79 +35,79 @@ Note: "atomic units" refer to the smallest fraction of 1 XMR according to the mo
### Index of JSON RPC Methods:
- [get_balance](#get_balance)
- [add_address_book](#add_address_book)
- [change_wallet_password](#change_wallet_password)
- [check_reserve_proof](#check_reserve_proof)
- [check_spend_proof](#check_spend_proof)
- [check_tx_key](#check_tx_key)
- [check_tx_proof](#check_tx_proof)
- [close_wallet](#close_wallet)
- [create_account](#create_account)
- [create_address](#create_address)
- [create_wallet](#create_wallet)
- [delete_address_book](#delete_address_book)
- [export_key_images](#export_key_images)
- [export_multisig_info](#export_multisig_info)
- [export_outputs](#export_outputs)
- [finalize_multisig](#finalize_multisig)
- [get_accounts](#get_accounts)
- [get_account_tags](#get_account_tags)
- [get_address_book](#get_address_book)
- [get_address](#get_address)
- [get_address_index](#get_address_index)
- [create_address](#create_address)
- [label_address](#label_address)
- [get_accounts](#get_accounts)
- [create_account](#create_account)
- [label_account](#label_account)
- [get_account_tags](#get_account_tags)
- [tag_accounts](#tag_accounts)
- [untag_accounts](#untag_accounts)
- [set_account_tag_description](#set_account_tag_description)
- [get_height](#get_height)
- [transfer](#transfer)
- [transfer_split](#transfer_split)
- [sign_transfer](#sign_transfer)
- [submit_transfer](#submit_transfer)
- [sweep_dust](#sweep_dust)
- [sweep_all](#sweep_all)
- [sweep_single](#sweep_single)
- [relay_tx](#relay_tx)
- [store](#store)
- [get_payments](#get_payments)
- [get_bulk_payments](#get_bulk_payments)
- [incoming_transfers](#incoming_transfers)
- [query_key](#query_key)
- [make_integrated_address](#make_integrated_address)
- [split_integrated_address](#split_integrated_address)
- [stop_wallet](#stop_wallet)
- [rescan_blockchain](#rescan_blockchain)
- [set_tx_notes](#set_tx_notes)
- [get_tx_notes](#get_tx_notes)
- [set_attribute](#set_attribute)
- [get_attribute](#get_attribute)
- [get_tx_key](#get_tx_key)
- [check_tx_key](#check_tx_key)
- [get_tx_proof](#get_tx_proof)
- [check_tx_proof](#check_tx_proof)
- [get_spend_proof](#get_spend_proof)
- [check_spend_proof](#check_spend_proof)
- [get_balance](#get_balance)
- [get_bulk_payments](#get_bulk_payments)
- [get_height](#get_height)
- [get_languages](#get_languages)
- [get_payments](#get_payments)
- [get_reserve_proof](#get_reserve_proof)
- [check_reserve_proof](#check_reserve_proof)
- [get_transfers](#get_transfers)
- [get_spend_proof](#get_spend_proof)
- [get_transfer_by_txid](#get_transfer_by_txid)
- [sign](#sign)
- [verify](#verify)
- [export_outputs](#export_outputs)
- [import_outputs](#import_outputs)
- [export_key_images](#export_key_images)
- [get_transfers](#get_transfers)
- [get_tx_key](#get_tx_key)
- [get_tx_notes](#get_tx_notes)
- [get_tx_proof](#get_tx_proof)
- [get_version](#get_version)
- [import_key_images](#import_key_images)
- [import_multisig_info](#import_multisig_info)
- [import_outputs](#import_outputs)
- [incoming_transfers](#incoming_transfers)
- [is_multisig](#is_multisig)
- [label_account](#label_account)
- [label_address](#label_address)
- [make_integrated_address](#make_integrated_address)
- [make_multisig](#make_multisig)
- [make_uri](#make_uri)
- [open_wallet](#open_wallet)
- [parse_uri](#parse_uri)
- [get_address_book](#get_address_book)
- [add_address_book](#add_address_book)
- [delete_address_book](#delete_address_book)
- [prepare_multisig](#prepare_multisig)
- [query_key](#query_key)
- [refresh](#refresh)
- [relay_tx](#relay_tx)
- [rescan_blockchain](#rescan_blockchain)
- [rescan_spent](#rescan_spent)
- [set_account_tag_description](#set_account_tag_description)
- [set_attribute](#set_attribute)
- [set_tx_notes](#set_tx_notes)
- [sign_multisig](#sign_multisig)
- [sign](#sign)
- [sign_transfer](#sign_transfer)
- [split_integrated_address](#split_integrated_address)
- [start_mining](#start_mining)
- [stop_mining](#stop_mining)
- [get_languages](#get_languages)
- [create_wallet](#create_wallet)
- [open_wallet](#open_wallet)
- [close_wallet](#close_wallet)
- [change_wallet_password](#change_wallet_password)
- [is_multisig](#is_multisig)
- [prepare_multisig](#prepare_multisig)
- [make_multisig](#make_multisig)
- [export_multisig_info](#export_multisig_info)
- [import_multisig_info](#import_multisig_info)
- [finalize_multisig](#finalize_multisig)
- [sign_multisig](#sign_multisig)
- [stop_wallet](#stop_wallet)
- [store](#store)
- [submit_multisig](#submit_multisig)
- [get_version](#get_version)
- [submit_transfer](#submit_transfer)
- [sweep_all](#sweep_all)
- [sweep_dust](#sweep_dust)
- [sweep_single](#sweep_single)
- [tag_accounts](#tag_accounts)
- [transfer_split](#transfer_split)
- [transfer](#transfer)
- [untag_accounts](#untag_accounts)
- [verify](#verify)
---
@ -2817,4 +2817,4 @@ $ curl -X POST http://localhost:18082/json_rpc -d '{"jsonrpc":"2.0","id":"0","me
## Sources:
Reworked from [GetMonero.org](https://ww.getmonero.org/resources/developer-guides/wallet-rpc.html)
Reworked from [GetMonero.org](https://ww.getmonero.org/resources/developer-guides/wallet-rpc.html)