How to send a message to blockchain
Last updated 2 years ago
Use mutation postRequests for this.
postRequests
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" } ]) }