Skip to content

Commit 2756485

Browse files
committed
fix: separate input entries for examples
1 parent 720a8e5 commit 2756485

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

reference/json-rpc/eth.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,28 @@ Parameters:
6161

6262
Perms: read
6363

64-
Inputs:
64+
Input:
6565

6666
```json
67-
["f410", "finalized"]
68-
69-
["f1", "safe"]
67+
["t410fghja63ghyzd54cbswfapglsutx5e64xnm7mazwi"]
7068
```
7169

7270
Response:
7371

7472
```json
75-
"0x5cbeecf99d3fdb3f25e309cc264f240bb0664031"
73+
"0x31d20f6cc7c647de0832b140f32e549dfa4f72ed"
74+
```
75+
76+
Input:
77+
78+
```json
79+
["t15xwdubazj7aft6ylmiw54fa27zyyl3rpc6olgcy", "safe"]
80+
```
7681

77-
"0x1234567890abcdef1234567890abcdef12345678"
82+
Response:
83+
84+
```json
85+
"0xff00000000000000000000000000000000000064"
7886
```
7987

8088
## EthBlockNumber

0 commit comments

Comments
 (0)