Skip to content

Commit

Permalink
Merge pull request #2186
Browse files Browse the repository at this point in the history
devguides: fixes to the get_address descriptions
  • Loading branch information
luigi1111 authored Oct 26, 2023
2 parents 8081739 + 9df2e02 commit 978e966
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/developer-guides/wallet-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,17 @@ Alias: *getaddress*.

Inputs:

* *account_index* - unsigned int; Return subaddresses for this account.
* *address_index* - array of unsigned int; (Optional) List of subaddresses to return from an account.
* *account_index* - unsigned int; Return the addresses for this account.
* *address_index* - array of unsigned int; (Optional, defaults to all) List of address indices to return for the account. Index 0 of account 0 is the primary address, all others are subaddresses.

Outputs:

* *address* - string; The 95-character hex address string of the monero-wallet-rpc in session.
* *addresses* array of addresses informations
* *address* string; The 95-character hex (sub)address string.
* *label* string; Label of the (sub)address
* *address_index* unsigned int; index of the subaddress
* *used* boolean; states if the (sub)address has already received funds
* *address* - string; The first address, in base58, of the requested account index. For account index 0, this is the primary address.
* *addresses* - array of address information entries
* *address* - string; The (sub)address represented in base58.
* *label* - string; Label of the (sub)address
* *address_index* - unsigned int; index of the (sub)address.
* *used* - boolean; states if the (sub)address has already received funds

Example:

Expand Down

0 comments on commit 978e966

Please sign in to comment.