koinos / koinos-mempool

The mempool microservice stores pending transactions for inclusion in blocks by the block producer.
MIT License
0 stars 1 forks source link

[FEATURE]: Add RPC to retrieve pending rc for a given account #101

Closed sgerbino closed 5 months ago

sgerbino commented 5 months ago

Is there an existing issue for this?

New feature

For UX purposes, we should provide an RPC call that allows a developer to know the current pending rc in the mempool for a given account.

Anything else?

No response