get_block_filter - Nervos

Returns the block filter by block hash.

Parameters

  • block_hash - The block hash.

Returns

The block filter data.

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": "get_block_filter",
  "params": [
    "0xb2671d3cc16b7738bbc8902ef11322bc2bfe7c54f5ce4a5cdfdf57b1a02fcb11"
  ]
}'

Result

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