getProgramTypes
Returns type of multiple programs from their IDs, ie: which standard they implement.
Description
Method Parameters
params
-Object
:programs
-Array<string>
: List of Program IDs (example:credits.aleo
).
Returns
result
-Object
: An object with requested program IDs as keys and implemented standard as value.
Example
Request
Response
Last updated