📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

/

Ethereum Classic (ETC)

etc
Ethereum Classic (ETC)

Method: POST ibft_discardValidatorVote

dropdown

方法 RPC ibft_discardValidatorVote 例如 Ethereum Classic (ETC)

POST ibft_discardValidatorVote

Method not allowed

丢弃使用指定地址添加或删除验证器的建议。

Parameters

data - 没有任何

拟议验证器的20字节地址。

Request

curl --location --request POST 'https://etc.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "ibft_discardValidatorVote",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}