Documentation

getTxnPool


This command returns information about the node's transaction pool.

Request

{ 
    "jsonrpc": "2.0", 
    "id": 1, 
    "method": "getTxnPool"
}

Response

{
    "jsonrpc": "2.0",
    "result": {
        "size": 0,
        "inputs": 0,
        "chains": [
        ]
    },
    "id": 1
}