Skip to main content

eth_newPendingTransactionFilter

Creates a filter in the node, allowing for later polling. Registers client interest in new transactions, and returns an identifier.

Parameters (by position)

This method does not accept any parameters.

Result

Filter identifier string

hex encoded unsigned integer

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


Examples

eth_newPendingTransactionFilter example

Request

{
"params": []
}

Response

"0x01"