Retrieves compiled bytecode and transaction parameters needed for blockchain deployment.
TransactionDataModel containing:
Unique identifier of the smart contract implementation to deploy.
Target blockchain network identifier (e.g., 1 for Ethereum, 137 for Polygon).
Wallet tenant identifier that will own the deployed contract.
Transaction data retrieved 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.