Skip to main content

eth_newPendingTransactionFilter

Ethereum API

Creates a filter in the node, to notify when new pending transactions arrive.

Params

(0)

Result

(Filter Identifier)
string
Match pattern:
^0x([1-9a-f]+[0-9a-f]*|0)$

Request

await window.ethereum.request({
"method": "eth_newPendingTransactionFilter",
"params": []
});