v1

latestOpenAPI 3.0.12026-07-17141319.8 KB
helpers

Returns the hash of the given operation content.

post/helpers/operation-messages

Request body

levelstring
noncestring
sourcestring

Example request

{
  "content": [
    "Transaction"
  ]
}

Response

The hash of the operation.

hashstring

Example response

{
  "content": {
    "content": [
      "Transaction"
    ]
  }
}