Skip to content

Commit

Permalink
Fix nodeAddress field type: str -> Address in icon_chainscore_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goldworm committed Dec 11, 2023
1 parent 58bcd29 commit a534e64
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions doc/icon_chainscore_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1080,16 +1080,16 @@ def registerPRep(name: str, email: str, website: str, country: str, city: str, d

*Parameters:*

| Name | Type | Description |
|:------------|:-----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | str | P-Rep name |
| email | str | P-Rep email |
| website | str | P-Rep homepage URL |
| country | str | [ISO 3166-1 ALPHA-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) |
| city | str | "Seoul", "New York", "Paris" |
| details | str | URL including P-Rep detail information. See [JSON Standard for P-Rep Detailed Information](https://docs.icon.community/v/icon1/references/reference-manuals/json-standard-for-p-rep-detailed-information) |
| p2pEndpoint | str | network info used for connecting among P-Rep nodes<br/>"123.45.67.89:7100", "node.example.com:7100" |
| nodeAddress | str | (Optional) address of the node key if it's different from the address of P-Rep |
| Name | Type | Description |
|:------------|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | str | P-Rep name |
| email | str | P-Rep email |
| website | str | P-Rep homepage URL |
| country | str | [ISO 3166-1 ALPHA-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) |
| city | str | "Seoul", "New York", "Paris" |
| details | str | URL including P-Rep detail information. See [JSON Standard for P-Rep Detailed Information](https://docs.icon.community/v/icon1/references/reference-manuals/json-standard-for-p-rep-detailed-information) |
| p2pEndpoint | str | network info used for connecting among P-Rep nodes<br/>"123.45.67.89:7100", "node.example.com:7100" |
| nodeAddress | Address | (Optional) address of the node key if it's different from the address of P-Rep |

*Event Log:*

Expand All @@ -1115,16 +1115,16 @@ def setPRep(name: str, email: str, website: str, country: str, city: str, detail

*Parameters:*

| Name | Type | Description |
|:------------|:-----|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | str | (Optional) P-Rep name |
| email | str | (Optional) P-Rep email |
| website | str | (Optional) P-Rep homepage URL |
| country | str | (Optional) [ISO 3166-1 ALPHA-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) |
| city | str | (Optional) "Seoul", "New York", "Paris" |
| details | str | (Optional) URL including P-Rep detail information. See [JSON Standard for P-Rep Detailed Information](https://docs.icon.community/v/icon1/references/reference-manuals/json-standard-for-p-rep-detailed-information) |
| p2pEndpoint | str | (Optional) network information used for connecting among P-Rep nodes<br/>Example: "123.45.67.89:7100", "node.example.com:7100" |
| nodeAddress | str | (Optional) address of the node key if it's different from the address of P-Rep |
| Name | Type | Description |
|:------------|:--------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| name | str | (Optional) P-Rep name |
| email | str | (Optional) P-Rep email |
| website | str | (Optional) P-Rep homepage URL |
| country | str | (Optional) [ISO 3166-1 ALPHA-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) |
| city | str | (Optional) "Seoul", "New York", "Paris" |
| details | str | (Optional) URL including P-Rep detail information. See [JSON Standard for P-Rep Detailed Information](https://docs.icon.community/v/icon1/references/reference-manuals/json-standard-for-p-rep-detailed-information) |
| p2pEndpoint | str | (Optional) network information used for connecting among P-Rep nodes<br/>Example: "123.45.67.89:7100", "node.example.com:7100" |
| nodeAddress | Address | (Optional) address of the node key if it's different from the address of P-Rep |

*Event Log:*

Expand Down

0 comments on commit a534e64

Please sign in to comment.