getGeneratedTransaction
Last updated
Last updated
curl --location --request POST 'https://testnet3.aleorpc.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "getGeneratedTransaction",
"params": {
"request_id": "40de3dd8-a3e9-4c9d-93c9-afdde370b502"
}
}'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"transaction": null,
"status": "Failed",
"error": "Failed to retrieve result",
"updatedAt": "2024-06-04T15:00:41.851Z"
}
}