Skip to main content
POST
/
tenant
/
{tenantId}
/
blockchain_interaction
/
token_deployment_result
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "status": "<string>",
    "result": {
      "blockchainId": 123,
      "deployedContractAddress": "<string>",
      "deployedTokenConfigurationId": 123,
      "network": "<string>",
      "networkIcon": "<string>",
      "networkTicker": "<string>",
      "token": "<string>",
      "transactionHash": "<string>",
      "gasPriceEstimated": 123,
      "gasPriceActual": 123
    },
    "errorMessage": "<string>",
    "submittedTimestamp": "2023-11-07T05:31:56Z",
    "completedTimestamp": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

tenantId
integer
required

Body

tenantId
integer
tokenConfigurationId
integer
blockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object