Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for method isBlockhashValid: [blockhash, config]Positional parameters for
isBlockhashValid:params[0]: The blockhash to evaluate (base-58 encoded string).params[1]: Optional configuration object.
Returns
Boolean - returns whether the blockhash is still valid. Example:
true.