한국어
cURL
curl --request POST \ --url https://rpc.quai.network/cyprus1/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "method": "txpool_inspect", "params": [], "id": 1 } '
{ "jsonrpc": "2.0", "result": { "pending": { "0x1902f834DFB6eC9421783E6333eD99faC9430dc2": { "287": "0x0F28EAb7521930d5439B2D94B8548901070eC92D: 9223372036854775807 wei + 21000 gas × 5000000000 wei" } }, "queued": {} }, "id": 1 }
Returns a summarized form of the transaction pool content.
2.0
"2.0"
The name of the method to be invoked.
txpool_inspect
"txpool_inspect"
txpool_inspect does not require any params.
[]
A unique identifier for the request.
1
Successful response
The summarized transaction pool content.
표시 하위 속성
Summarized pending transactions, sorted by address, nonce.
Summarized queued transactions, sorted by address, nonce.
{ "pending": { "0x1902f834DFB6eC9421783E6333eD99faC9430dc2": { "287": "0x0F28EAb7521930d5439B2D94B8548901070eC92D: 9223372036854775807 wei + 21000 gas × 5000000000 wei" } }, "queued": {}}
이 페이지가 도움이 되었나요?