Skip to main content
GET
/
platform
/
admin
/
issuer_factory
/
update
/
info
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "tenantId": 123,
    "blockchainId": 123,
    "type": "Undefined",
    "queuedImplementationId": 123,
    "smartContractImplementations": [
      {
        "id": 123,
        "name": "<string>",
        "version": 123,
        "address": "<string>",
        "isDeployed": true,
        "isAudited": true
      }
    ],
    "status": "PendingPrepareProposal",
    "timeLock": "2023-11-07T05:31:56Z",
    "isUpdateAvailable": true,
    "isCancelAvailable": true,
    "isExecuteAvailable": true
  }
}

Query Parameters

TenantId
integer
BlockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object