We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address
In rpc method: https://docs.nethermind.io/nethermind/ethereum-client/json-rpc/parity#parity_pendingtransactions
Will be nice to add optional argument Address to let users opportunity to ask about txs from specific address only.
If optional argument Address will not be null, there will be a need to filter txs by this address inside Where https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Parity/ParityRpcModule.cs#L70-L73
Where
The text was updated successfully, but these errors were encountered:
Hey, I would like to contribute. Can you provide me with some resources to get started?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In rpc method:
https://docs.nethermind.io/nethermind/ethereum-client/json-rpc/parity#parity_pendingtransactions
Will be nice to add optional argument
Address
to let users opportunity to ask about txs from specific address only.If optional argument
Address
will not be null, there will be a need to filter txs by this address insideWhere
https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Parity/ParityRpcModule.cs#L70-L73
The text was updated successfully, but these errors were encountered: