🚀 Feature Request
Is there any method that can get real-time pending transactions from a local fullnode's mempool? Like the eth_subscribe newPendingTransactions method in geth.
I tried to use node's /v1/transactions API and it doesn't seem like would return pending transactions.
🚀 Feature Request
Is there any method that can get real-time pending transactions from a local fullnode's mempool? Like the
eth_subscribe newPendingTransactionsmethod in geth.I tried to use node's
/v1/transactionsAPI and it doesn't seem like would return pending transactions.