kardiachain / go-kardia

Golang implementation of KardiaChain Decentralize Network
https://kardiachain.io
GNU Lesser General Public License v3.0
33 stars 18 forks source link

Implement kai_gasPrice RPC API #159

Closed trinhdn97 closed 3 years ago

trinhdn97 commented 3 years ago

POST body:

{
    "jsonrpc": "2.0",   
    "method": "kai_gasPrice",
    "params": [],
    "id": 1
}

Sample response:

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": "1000000000"
}
lewtran commented 3 years ago

Update the response to human readable data in HYDRO

lewtran commented 3 years ago