Find Transaction ID From Program ID
ENDPOINT
GET /testnet/find/transactionID/deployment/{programID}
Returns the transaction ID of the transaction containing the given program ID.
Arguments
Parameter | Type | Description |
---|---|---|
programID | String | The program ID |
Response
Parameter | Type | Description |
---|---|---|
result | String | The transaction ID |