ContractCreationDTO
DTO representing the response for contract creation.
successboolean
Indicates whether the contract creation was successful.
Example:
truetokenstring
The token generated for contract creation validation.
Example:
bc34a1c0ea0f4e44b5911641a559f9eeContractCreationDTO
{
"success": true,
"token": "bc34a1c0ea0f4e44b5911641a559f9ee"
}