v1

latestSwagger 2.02026-07-17252638.9 KB

Execute a smart contract bytecode.

post/cmd/executeSC

Request body

nicknamestring required

Account nickname used to sign the operation.

bytecodestring required

Base64 encoded smart contract bytecode.

maxCoinsstring

Amount in integer string.

feestring

Amount in integer string.

descriptionstring

Description of the operation

maxGasstring

Amount in integer string.

Example request

{
  "datastore": [
    [
      [
        "abcdef"
      ],
      [
        "ghjklm"
      ]
    ]
  ]
}

Response

OK.

operationIdstring

Operation id.