description |
---|
hmy_getCurrentStakingErrorSink |
curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "hmy_getCurrentStakingErrorSink",
"params": [],
"id": 1
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}
curl --location --request POST 'httpss://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "hmyv2_getCurrentStakingErrorSink",
"params": [],
"id": 1
}'
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}