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
Name | Type | Description |
---|---|---|
id | integer | Request identifier |
jsonrpc | string | JSON-RPC version |
method | string | API method name |
Parameters | string | |
data | string | The 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 stringName | Type | Description |
---|---|---|
Parameters | object | |
id | integer | |
jsonrpc | string | |
result | string |