Send message
How to send a message to blockchain
Use mutation
postRequests
for this.You can send a batch of queries with this API.
mutation{
postRequests(requests:[
{
id: "tvm-hash-of-message-boc-in-base64"
body: "message-body-in-base64"
}
])
}

Last modified 10mo ago