Skip to main content
POST
/
platform
/
admin
/
metafactory
/
deploy
/
create
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "id": 123
  }
}

Body

blockchainId
integer
blockchainName
string | null
auditRegistryDeployedImplementationId
integer
auditRegistryDeployedImplementationName
string | null
ownerWalletTenantId
integer
smartContractImplementations
object | null
proxyCodeText
string | null
metaFactoryOwners
object[] | null
gasPayers
object[] | null
smartContractImplementationsCollections
object | null

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object