From a534e643824bc37de4cbfe94d10654744739439f Mon Sep 17 00:00:00 2001 From: Chiwon Cho Date: Mon, 11 Dec 2023 10:51:31 +0900 Subject: [PATCH] Fix nodeAddress field type: str -> Address in icon_chainscore_api.md --- doc/icon_chainscore_api.md | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/icon_chainscore_api.md b/doc/icon_chainscore_api.md index a18295e6e..7816394fa 100644 --- a/doc/icon_chainscore_api.md +++ b/doc/icon_chainscore_api.md @@ -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
"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
"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:* @@ -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
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
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:*