Skip to content

Commit 83f32be

Browse files
correction article (#1897)
* Update _eth_getfilterlogs-description.mdx * Update _eth_getfilterlogs-returns.mdx * Update services/reference/_partials/filter-methods/_eth_getfilterlogs-description.mdx --------- Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 44fe6a7 commit 83f32be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Returns an array of all logs matching filter with given filter ID.
1+
Returns an array of all logs matching the filter with the given filter ID.

services/reference/_partials/filter-methods/_eth_getfilterlogs-returns.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- `log object array`: (array) An array of log objects that match filter. For an array of logs that occurred since the last poll, use [eth_getFilterChanges](../../ethereum/json-rpc-methods/filter-methods/eth_getfilterchanges.mdx). Log objects contain the following keys and their values:
1+
- `log object array`: (array) An array of log objects that match the filter. For an array of logs that occurred since the last poll, use [eth_getFilterChanges](../../ethereum/json-rpc-methods/filter-methods/eth_getfilterchanges.mdx). Log objects contain the following keys and their values:
22
- `address`: 20 bytes. Address from which this log originated.
33
- `blockHash`: 32 bytes. The hash of the block where this log was in. `Null` when it is a pending log.
44
- `blockNumber`: The block number where this log was in. `Null` when it is a pending log.

0 commit comments

Comments
 (0)