eth_getTransactionCount
Example request
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_getTransactionCount",
"params": [
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97",
"pending"
]
}Example response
{
"id" : 1,
"jsonrpc" : "2.0",
"result" : "0x31"
}Last updated