Saltar al contenido principal

cfx_getConfirmationRiskByHash

  • must have required property 'block_hash'
curl --request POST \
--url https://main.confluxrpc.com \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"params": [null],
"method": "cfx_getConfirmationRiskByHash"
}'

Params

block_hash required

Schema
type : string
Pattern : ^0x[0-9,a-f,A-F]{64}$

Result

Schema
type : string
Pattern : ^0x([1-9a-f][0-9a-f]{0,63}|0)$