Skip to content

Commit

Permalink
backslash change
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeom committed Dec 20, 2023
1 parent d77a819 commit 1b42fec
Show file tree
Hide file tree
Showing 108 changed files with 651 additions and 651 deletions.
8 changes: 4 additions & 4 deletions docs/references/json-rpc/debug/blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ trie node' error.

| Name | Type | Description |
| --- | --- | --- |
| block number or hash | QUANTITY | TAG | HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|
| block number or hash | QUANTITY \| TAG \| HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|

:::note

Expand Down Expand Up @@ -134,7 +134,7 @@ References: [RLP](https://github.com/ethereum/wiki/wiki/RLP)

| Name | Type | Description |
| --- | --- | --- |
| block number or hash | QUANTITY | TAG | HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|
| block number or hash | QUANTITY \| TAG \| HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|

:::note

Expand Down Expand Up @@ -325,7 +325,7 @@ Retrieves a block and returns its pretty printed form.

| Name | Type | Description |
| --- | --- | --- |
| block number or hash | QUANTITY | TAG | HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|
| block number or hash | QUANTITY \| TAG \| HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter), or block hash.|

:::note

Expand Down Expand Up @@ -371,7 +371,7 @@ Use with *extreme* caution.

| Name | Type | Description |
| --- | --- | --- |
| number | QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter). |
| number | QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../klay/block.md#the-default-block-parameter). |

**Return Value**

Expand Down
2 changes: 1 addition & 1 deletion docs/references/json-rpc/debug/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ The `traceCall` returns the tracing result by executing a klay call within the c
| Name | Type | Description |
| --- | --- | --- |
| callObject | Object | The transaction call object. See the next table for the object's properties. |
| blockNumberOrHash | QUANTITY | TAG | HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash.|
| blockNumberOrHash | QUANTITY \| TAG \| HASH| Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash.|
| options | object | See [tracing options](#tracing-options). |

**Return Value**
Expand Down
6 changes: 3 additions & 3 deletions docs/references/json-rpc/eth/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Returns the balance of the account of given address.
| Name | Type | Description |
|----------------------|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| address | 20-byte DATA | Address to check for balance. |
| block number or hash | QUANTITY | TAG | HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |
| block number or hash | QUANTITY \| TAG \| HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |

**Return Value**

Expand Down Expand Up @@ -69,7 +69,7 @@ Returns code at a given address.
| Type | Description |
|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 20-byte DATA | Address |
| QUANTITY | TAG | HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |
| QUANTITY \| TAG \| HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |

**Return Value**

Expand Down Expand Up @@ -101,7 +101,7 @@ Returns the number of transactions *sent* from an address.
| Type | Description |
|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 20-byte DATA | Address |
| QUANTITY | TAG | HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |
| QUANTITY \| TAG \| HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](../eth/block.md#the-default-block-parameter), or block hash. |

**Return Value**

Expand Down
14 changes: 7 additions & 7 deletions docs/references/json-rpc/eth/block.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Please check the [Caution-Header](./caution.md#block_header) before using this A

| Type | Description |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](#the-default-block-parameter). |
| QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](#the-default-block-parameter). |

**Return Value**

Expand Down Expand Up @@ -172,7 +172,7 @@ Please check [Caution-Block](./caution.md#block) before using this API.
| Type | Description |
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| Boolean | If `true` it returns the full transaction objects, if `false` only the hashes of the transactions. |
Expand Down Expand Up @@ -306,7 +306,7 @@ Returns receipts included in a block.
**Parameters**
| Type | Description |
| --- | --- |
| Number | 32-byte DATA | TAG | The block number or hash. Or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| Number \| 32-byte DATA \| TAG | The block number or hash. Or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
**Return Value**
Expand Down Expand Up @@ -382,7 +382,7 @@ As there are no uncles in Klaytn, it always returns `null`.
| Type | Description |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| QUANTITY | The uncle's index position. |
**Return Value**
Expand Down Expand Up @@ -410,7 +410,7 @@ Returns the number of transactions in a block matching the given block number.
| Type | Description |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
**Return Value**
Expand Down Expand Up @@ -473,7 +473,7 @@ Since there are no uncles in Klaytn, it returns `0x0`. It returns `null` if ther
| Type | Description |
|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| QUANTITY | TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
| QUANTITY \| TAG | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter). |
**Return Value**
Expand Down Expand Up @@ -540,7 +540,7 @@ Returns the value from a storage position at a given address.
|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 20-byte DATA | Address of the storage. |
| QUANTITY | Integer of the position in the storage. |
| QUANTITY | TAG | HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter), or block hash. |
| QUANTITY \| TAG \| HASH | Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in [default block parameter](#the-default-block-parameter), or block hash. |
**Return Value**
Expand Down
12 changes: 6 additions & 6 deletions docs/references/json-rpc/eth/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ The execution of this API can be limited by two node configurations to manage re

| Name | Type | Description |
|-----------|---------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| fromBlock | QUANTITY | TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| toBlock | QUANTITY | TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| address | 20-byte DATA | Array | (optional) Contract address or a list of addresses from which logs should originate. |
| fromBlock | QUANTITY \| TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| toBlock | QUANTITY \| TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| address | 20-byte DATA \| Array | (optional) Contract address or a list of addresses from which logs should originate. |
| topics | Array of DATA | (optional) Array of 32-byte DATA topics. Topics are order-dependent. Each topic can also be an array of DATA with “or” options. |
| blockHash | 32-byte DATA | (optional) A filter option that restricts the logs returned to the single block with the 32-byte hash blockHash. Using blockHash is equivalent to fromBlock = toBlock = the block number with hash blockHash. If blockHash is present in in the filter criteria, then neither fromBlock nor toBlock are allowed. |

Expand Down Expand Up @@ -296,9 +296,9 @@ Topics are order-dependent. A transaction with a log with topics `[A, B]` will b

| Name | Type | Description |
|-----------|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| fromBlock | QUANTITY | TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| toBlock | QUANTITY | TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| address | 20-byte DATA | Array | (optional) Contract address or a list of addresses from which logs should originate. |
| fromBlock | QUANTITY \| TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| toBlock | QUANTITY \| TAG | (optional, default: `"latest"`) Integer or hexadecimal block number, or the string `"earliest"`, `"latest"` or `"pending"` as in the [default block parameter](block.md#the-default-block-parameter). |
| address | 20-byte DATA \| Array | (optional) Contract address or a list of addresses from which logs should originate. |
| topics | Array of DATA | (optional) Array of 32-byte DATA topics. Topics are order-dependent. Each topic can also be an array of DATA with "or" options. |

:::note
Expand Down
Loading

0 comments on commit 1b42fec

Please sign in to comment.