跳到主要内容

cfx_getSkippedBlocksByEpoch

Params

(1)

1. epoch_number (required)

(one of)
string
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$

Result

(cfx_getSkippedBlocksByEpoch_result)
array[string]

Examples

Request

curl -X POST --data \
'{
"method": "cfx_getSkippedBlocksByEpoch",
"params": [
"0x4350b21"
],
"jsonrpc": "2.0",
"id": 1
}' \
-H "Content-Type: application/json" \
localhost:12539

Result

[]

Endpoint

Params

epoch_number


Request

curl -X POST --data \
'{
"method": "cfx_getSkippedBlocksByEpoch",
"params": [
null
],
"jsonrpc": "2.0",
"id": 1
}' \
-H "Content-Type: application/json" \
https://test.confluxrpc.com