tx_pool_ready - Nervos

Returns whether tx-pool service is started, ready for request.

Parameters

  • none.

Returns

boolean

Example

Request

curl --location --request POST 'https://ckb-mirana.unifra.io/v1/4fb36720a57340d39aee4cf68511064a' \
--header 'Content-Type: application/json' \
--data-raw '{
  "id": 42,
  "jsonrpc": "2.0",
  "method": "tx_pool_ready",
  "params": []
}'

Result

{
    "jsonrpc": "2.0",
    "result": true,
    "id": 42
}
Language
Click Try It! to start a request and see the response here!