Skip to main content
Returns whether a blockhash is still valid or not.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error.

Parameters

string
required
Blockhash to check validity status for, as a base-58 encoded string.
string
The commitment level for the request.
  • confirmed
  • finalized
  • processed
number
The minimum slot that the request can be evaluated at.

Response

object
Context of the response.
boolean
Boolean indicating if this blockhash is still within its validity window and can be used in new transactions.