Last updated 7 months ago
#35:
Change request updated 1 month ago
Use mutation postRequests for this.
postRequests
You can send a batch of messages with this API.
Use function to generate a message.
Use function to calculate message hash.
mutation{ postRequests(requests:[ { id: "tvm-hash-of-message-boc-in-base64" body: "message-body-in-base64" } ]) }