Skip to main content
POST
/
platform
/
admin
/
smart_contract_implementations
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123,
    "type": "Undefined",
    "version": 123,
    "description": "<string>",
    "contractClassName": "<string>"
  }
}

Body

type
enum<string>
Available options:
Undefined,
AuditRegistryImplementation,
AttestationRegistryImplementation,
MetaFactoryImplementation,
IssuerFactoryImplementation,
TokenImplementation
sourceCode
string | null
description
string | null
contractClassName
string | null
metadataTemplateJson
string | null

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object