Registers a new smart contract implementation with its audit information in the on-chain audit registry.
SuccessWithIdResponse object containing:
The audit registry deployment identifier.
The audit registry implementation registration payload.
Request data for adding an audit registry implementation and also used to provide the information required by the UI when displaying the add implementation screen.
Gets the deployment ID of the AuditRegistry.
42
Gets the deployment ID of the smart contract implementation selected to add to the AuditRegistry.
77
Gets the URL of the audit report when submitting a new implementation.
"https://audits.example.com/report.pdf"
Implementation successfully added to audit registry.
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.