Robinhood Chain eth_sendBatch
介紹BlockRazor Robinhood Chain RPC eth_sendBatch的集成方法
請求參數
参数
必选
格式
示例
描述
請求示例
curl https://robinhood.blockrazor.io \
-H 'content-type: application/json' \
-H 'Authorization: Bearer <auth-token>' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendBatch",
"params": ["0x…9c","0x…6a"]
}'返回示例
{
"jsonrpc":"2.0",
"id":"1",
"result":"0xa06b……f7e8ec" // batch哈希
}最後更新於
這有幫助嗎?