getProgramTypes
Description
Method Parameters
Returns
Example
Request
curl --location --request POST 'https://testnet3.aleorpc.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "getProgramTypes",
"params": {
"programs": [
"hello_world.aleo"
"arcane_nft_v00002.aleo"
]
}
}'Response
Last updated