hmy_estimateGas
hmy_estimateGas
// Request
curl -X POST "https://api.s0.b.hmny.io" --data '{"jsonrpc":"2.0","method":"hmy_estimateGas","params":[{see above}],"id":1}'
// Result
{
"id":1,
"jsonrpc": "2.0",
"result": "0x5208" // 21000
}Last updated
Was this helpful?