Comment on page
klay_newPendingTransactionFilter
Creates a filter in the node, to notify when new pending transactions arrive.
None
Type | Description |
---|---|
QUANTITY | A filter id. |
// Request
curl -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"klay_newPendingTransactionFilter","params":[],"id":73}' http://klaytn.blockpi.network/v1/rpc/your-api-key
// Result
{
"jsonrpc":"2.0",
"id":73,
"result":"0x90cec22a723fcc725fb2462733c2880f"
}
Last modified 1yr ago