BlockFilter
Filter criteria for block queries.
Schema Definition
input BlockFilter {
number: BlockRange
timestamp: DateRange
transactionCount: IntRange
size: IntRange
gasUsed: BigIntRange
gasLimit: BigIntRange
difficulty: BigIntRange
}
Fields
| Field | Type | Description |
|---|---|---|
number | BlockRange input | Filter by block number range. |
timestamp | DateRange input | Filter by block timestamp range. |
transactionCount | IntRange input | Filter by transaction count range. |
size | IntRange input | Filter by block size range (in bytes). |
gasUsed | BigIntRange input | Filter by gas used range. |
gasLimit | BigIntRange input | Filter by gas limit range. |
difficulty | BigIntRange input | Filter by difficulty range (pre-merge blocks). |
Member Of
blocks query