timeboost_sendTransaction
The RPC has the following payload format:
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_sendTransaction", // lso support eth_sendRawTransaction
"params": ["tx"] // signed raw transaction
}
Params Example
{
"jsonrpc": "2.0",
"id": 1,
"method": "timeboost_sendTransaction",
"params": ["0x123abc..."]
}
Response Example:
{
"jsonrpc": "2.0",
"id": "1",
"result": "uuid"
}