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