Documentation Index
Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for eth_uninstallFilter: [filterID].Positional parameters for
eth_uninstallFilter:params[0]: The filter ID as a hex quantity (e.g., “0x16” for 22).
Returns
Boolean - true if the filter was successfully uninstalled, otherwise false. Example:
true.