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
Eclipse-based dApps want to know the total number of signatures/transactions for their respective program addresses. For now, we have a small script as a workaround: https://github.com/Eclipse-Laboratories-Inc/get-signatures-for-address
A new RPC method, getSignatureCountForAddress, with the following parameters:
getSignatureCountForAddress
Account address as base-58 encoded string
Configuration object containing the following fields: commitment string (optional) minContextSlot number (optional)
commitment
minContextSlot
And the result should be a number with the total amount of signatures on that commitment level.
number
The text was updated successfully, but these errors were encountered:
Can someone chime in and confirm if this is a feature we wanna implement?
Sorry, something went wrong.
No branches or pull requests
Problem
Eclipse-based dApps want to know the total number of signatures/transactions for their respective program addresses. For now, we have a small script as a workaround: https://github.com/Eclipse-Laboratories-Inc/get-signatures-for-address
Proposed Solution
A new RPC method,
getSignatureCountForAddress
, with the following parameters:String
Account address as base-58 encoded string
Object
Configuration object containing the following fields:
commitment
string (optional)minContextSlot
number (optional)And the result should be a
number
with the total amount of signatures on that commitment level.The text was updated successfully, but these errors were encountered: