web3_sha3

Traces the execution of all transactions in a block specified by its hash, providing detailed execution traces

Request
Examples
curl --location 'https://rpc.xone.org' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "web3_sha3",
    "params": ["0x68656c6c6f20776f726c64"],
    "id": 1
}'
Response
200 OK
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": "0x47173285a8d7341e3180db76a8f0a1048e8c9b84c0553e149eb1e8d330baf94d"
}

Request params

NameTypeDescription
idintegerRequest identifier
jsonrpcstringJSON-RPC version
methodstringAPI method name
Parametersstring 
datastringThe data to be hashed. The input data should be a hexadecimal string.

Response

200
The version of the client, including the name and version number, as a string
NameTypeDescription
Parametersobject 
idinteger
jsonrpcstring
resultstring