Skip to content

Commit

Permalink
doc: document deriv index in getnewaddress result
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Nov 16, 2023
1 parent 2d303b1 commit 2e2afc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ This command does not take any parameter for now.

#### Response

| Field | Type | Description |
| ------------- | ------ | ------------------ |
| `address` | string | A Bitcoin address |
| Field | Type | Description |
| ---------------------- | ------- | ------------------------------------- |
| `address` | string | A Bitcoin address |
| `derivation_index` | integer | The derivation index for this address |


### `listaddresses`
Expand Down

0 comments on commit 2e2afc1

Please sign in to comment.