How can you stream pending transactions for a specific mint adress?
I want to monitor pending transactions with datas like adress, amount, confirmations. etc . In python or js .
I imported solders for py and solana/web3.js for js but i only could get conpleted transactions, not the pending ones.
Could someone send me a simple code example to get deeper understanding ?