Send message

How to send a message to blockchain

Use mutation postRequests for this.

You can send a batch of queries with this API.

Use this function to calculate message hash.

mutation{
  postRequests(requests:[
    {
      id: "tvm-hash-of-message-boc-in-base64"
      body: "message-body-in-base64"
    }
  ])
}

Last updated