eth_newPendingTransactionFilter

Creates a filter in the node to notify when new pending transactions arrive. To check if the state has changed, call eth_getFilterChanges. ⚡ Compute Units: [20 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)

Response

Opaque filter ID returned by the server. Pass this back to eth_getFilterChanges or eth_uninstallFilter. Not a numeric quantity — treat as an opaque hex string.