Represents a request payload for updating the status of a meta factory deployment step.
Identifier of the meta factory deployment to update.
1
Type of deployment transaction that was executed (Proxy, Attestation, or Initialize).
Proxy, Attestation, Initialize "Proxy"
Transaction hash of the executed transaction, if available.
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
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.