Broadcasts a signed message and returns its hash. Same as sendBoc, but also returns the message hash which you can use to track the message status. Use tryLocateTx with this hash to find when the message was processed.
Request to broadcast a signed message. The boc field contains the base64-encoded external message.
The message to broadcast, serialized as a BOC (Bag of Cells) and base64 encoded.
OK
Response containing the message hash after broadcast.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.