helpers
Returns the hash of the given operation content.
post/helpers/operation-messages
Request body
Example request
{
"content": [
"Transaction"
]
}Response
The hash of the operation.
Example response
{
"content": {
"content": [
"Transaction"
]
}
}