I noticed that pooledUserCommands takes as a parameter a public key and returns the outgoing user commands, but not the incoming user commands.
I think it would make sense to include also the incoming commands? Is not fundamental for my use case, but for sure it would be really nice having it because it would allow to have a better overview of the mempool, which at the moment isn't possible (at least I can't imagine a way of getting the incoming TXs without querying the whole mempool and then filtering it).
Hey there,
I noticed that
pooledUserCommands
takes as a parameter a public key and returns the outgoing user commands, but not the incoming user commands.I think it would make sense to include also the incoming commands? Is not fundamental for my use case, but for sure it would be really nice having it because it would allow to have a better overview of the mempool, which at the moment isn't possible (at least I can't imagine a way of getting the incoming TXs without querying the whole mempool and then filtering it).