跳转到主要内容
POST
isBlockhashValid

授权

api_key
string
query
必填

请求体

application/json
jsonrpc
enum<string>
默认值:2.0
必填

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string
默认值:1
必填

A unique identifier for the request.

示例:

"45"

method
enum<string>
默认值:isBlockhashValid
必填

The name of the RPC method to invoke.

可用选项:
isBlockhashValid
示例:

"isBlockhashValid"

params
(string | object)[]
必填

Parameters for evaluating blockhash validity.

Blockhash to check validity status for, as a base-58 encoded string.

示例:

"AEJu9DSSSLggXFxpUYximTRt2iPh7snY74aEZDLydF7D"

响应

200 - application/json

Successfully evaluated blockhash validity.

jsonrpc
enum<string>

The JSON-RPC protocol version.

可用选项:
2.0
示例:

"2.0"

id
string

Identifier matching the request.

示例:

"45"

result
object

Blockhash validity result.