TransactionOrderBy
Fields available for sorting transaction queries.
Schema Definition
enum TransactionOrderBy {
BLOCK_NUMBER
TIMESTAMP
VALUE
HASH
GAS
NONCE
FROM
TO
}
Values
| Value | Description |
|---|---|
BLOCK_NUMBER | Sort by block number containing the transaction. |
TIMESTAMP | Sort by transaction timestamp. |
VALUE | Sort by native currency value transferred. |
HASH | Sort by transaction hash (alphabetically). |
GAS | Sort by gas used. |
NONCE | Sort by sender's nonce. |
FROM | Sort by sender address (alphabetically). |
TO | Sort by recipient address (alphabetically). |
Member Of
transactions query