This commit is contained in:
Ian Davis 2022-12-07 12:58:50 +00:00
parent 56259c40fc
commit 9d26ba5636
2 changed files with 281 additions and 8 deletions

Binary file not shown.

View File

@ -2510,7 +2510,40 @@ Perms: write
Inputs:
```json
[
"c5564560217c43e4bc0484df655e9019"
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
]
```
@ -2531,7 +2564,40 @@ Perms: write
Inputs:
```json
[
"c5564560217c43e4bc0484df655e9019"
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
]
```
@ -2769,7 +2835,43 @@ Perms: write
Inputs: `null`
Response: `"c5564560217c43e4bc0484df655e9019"`
Response:
```json
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
```
### EthNewFilter
Installs a persistent filter based on given filter spec.
@ -2790,7 +2892,43 @@ Inputs:
]
```
Response: `"c5564560217c43e4bc0484df655e9019"`
Response:
```json
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
```
### EthNewPendingTransactionFilter
Installs a persistent filter to notify when new messages arrive in the message pool.
@ -2800,7 +2938,43 @@ Perms: write
Inputs: `null`
Response: `"c5564560217c43e4bc0484df655e9019"`
Response:
```json
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
```
### EthProtocolVersion
@ -2854,7 +3028,40 @@ Inputs:
Response:
```json
{
"subscription": "b62df77831484129adf6682332ad0725",
"subscription": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
249,
157,
63,
219,
48,
18,
52,
86,
124,
38,
79,
36,
11,
176,
102,
64,
49
],
"result": {}
}
```
@ -2868,7 +3075,40 @@ Perms: write
Inputs:
```json
[
"c5564560217c43e4bc0484df655e9019"
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
1,
35,
69,
103,
63,
37,
227,
9,
204,
38,
79,
36,
11,
176,
102,
64,
49
]
]
```
@ -2883,7 +3123,40 @@ Perms: write
Inputs:
```json
[
"b62df77831484129adf6682332ad0725"
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
92,
190,
236,
249,
157,
63,
219,
48,
18,
52,
86,
124,
38,
79,
36,
11,
176,
102,
64,
49
]
]
```