txpool_inspect

list a textual summary of all the transactions currently pending for inclusion in the next block(s), as well as the ones that are being scheduled for future execution only.

This is a method specifically tailored to developers to quickly see the transactions in the pool and find any potential issues.

Parameters

None

Return Value

Example

// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"txpool_inspect","id":1}' https://klaytn.blockpi.network/v1/rpc/your-api-key

// Result
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": {
        "pending": {
            "0x11Af0E6E34d8a067FdA5De79E6EbcEFB1638995d": {
                "0": "0xAfdE910130C335fA5bD5fe991053E3E0a49dcE7b: 0 peb + 300000 gas × 50000000000 peb"
            },
            "0x707CE8E9BB32005800f1a99D11C6ec6f96486aA7": {