GetBlockSignersByHash

Returns the signers set of the block of given BLOCKHASH.

Parameters

  • BLOCKHASH [required] - a string representing a BLOCKHASH

params: [ '0x605777ee60ef3ccf21e079fa1b091b0196cf1a2c1dd7c088dd5b1ab03f680b6f' ]

Returns

  • SIGNERS - signers set of the block of given BLOCKHASH
post

/getBlockSignersByHash

Body
jsonrpcstringrequired
methodstringrequired
paramsstring[]required
idinteger · int32required
Responses
curl -L \
  --request POST \
  --url 'https://tomo.nownodes.io//getBlockSignersByHash' \
  --header 'Content-Type: application/json' \
  --data '{
    "jsonrpc": "2.0",
    "method": "eth_getBlockSignersByHash",
    "params": [
      "0x605777ee60ef3ccf21e079fa1b091b0196cf1a2c1dd7c088dd5b1ab03f680b6f"
    ],
    "id": 1
  }'

No body