Sent SignData
Endpoint: POST https://rpc....
// rpc adress
Request:
Parameter Name | Type | Description |
---|---|---|
jsonrpc | string | JSON-RPC 2.0 protocol |
method | string | Method name |
params | string | Signed transaction data |
id | string | Client request ID |
Response:
Parameter Name | Type | Description |
---|---|---|
jsonrpc | string | JSON-RPC 2.0 protocol |
id | string | Client request ID |
result | string | Transaction hash |
{
"jsonrpc": "2.0",
"id": 1,
"result": "0xf89587540b286fbc04c72e51be591eb007e17675ee33e9608d5eab7a5ecf2fb1"
}