Records the blockchain transaction hash after a contract deployment has been broadcast.
SuccessResponse containing:
Deployment transaction details including implementation ID, blockchain ID, and transaction hash.
Represents the request to save a deploy transaction hash for a smart contract implementation.
Unique identifier for the smart contract implementation that was deployed.
1
Identifier of the blockchain network where the deployment occurred.
137
Transaction hash from the blockchain deployment transaction.
"0xabcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890"
Transaction hash saved successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "success": true }