Operations

Returns the hex encoded hash of an Operation

post/operations/hash

Request body

nonceinteger required

Example request

{
  "content": {
    "functionCode": "export default (request) => new Response('Hello world!')"
  },
  "publicKey": "edpkukK9ecWxib28zi52nvbXTdsYt8rYcvmt5bdH8KjipWXm8sH3Qi"
}

Response

string required

Changes