eth_newPendingTransactionFilter
Last updated
Creates a filter in the node, to notify when new pending transactions arrive. To check if the state has changed, call eth_getFilterChanges.
None
DATA - A filter id.
curl https://rpc.adiri.tel \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_newPendingTransactionFilter","params":[],"id":1}'{
"jsonrpc": "2.0",
"result": "0x38d257a1aab91606194ba7211d4ce26",
"id": 1
}Last updated