BlockTransactionFilter
Filter criteria for transactions within a block.
Schema Definition
input BlockTransactionFilter {
from: AddressString
to: AddressString
value: BigIntRange
gasPrice: BigIntRange
gasUsed: BigIntRange
status: TransactionStatus
}
Fields
| Field | Type | Description |
|---|---|---|
from | AddressString scalar | Filter by sender address. |
to | AddressString scalar | Filter by recipient address. |
value | BigIntRange input | Filter by native currency value range. |
gasPrice | BigIntRange input | Filter by gas price range. |
gasUsed | BigIntRange input | Filter by gas used range. |
status | TransactionStatus enum | Filter by transaction status. |