Txpool
inspect
Returns a summarized form of the transaction pool content.
POST
Body
application/json
Available options:
2.0
Example:
"2.0"
The name of the method to be invoked.
Available options:
txpool_inspect
Example:
"txpool_inspect"
txpool_inspect
does not require any params.
Example:
[]
A unique identifier for the request.
Example:
1
Response
200 - application/json
Successful response
Example:
"2.0"
The summarized transaction pool content.
Example:
{
"pending": {
"0x1902f834DFB6eC9421783E6333eD99faC9430dc2": {
"287": "0x0F28EAb7521930d5439B2D94B8548901070eC92D: 9223372036854775807 wei + 21000 gas × 5000000000 wei"
}
},
"queued": {}
}
Example:
1
Was this page helpful?