transactionsForProgramCount
Description
Returns the amount of transactions involving a specific program ID and function name.
Method Parameters
params
-Object
:programId
-string
: Program ID (example:credits.aleo
).functionName
-string
: Name of the program function.
Returns
result
-number
: Amount of transactions found.
Example
Request
Result
Last updated