Skip to main content
POST
/
tenant
/
{tenantId}
/
smart_contract_templates
/
create_edit_transaction
{
  "isSuccess": true,
  "isFailure": true,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "info": [
      "<string>"
    ]
  },
  "value": {
    "proposalId": 123
  }
}

Path Parameters

tenantId
integer
required

Body

tokenProxyAddress
string | null
required
name
string | null
parameters
object[] | null
caller
object
blockchainId
integer

Response

OK

isSuccess
boolean
isFailure
boolean
error
object
value
object