Broadcasts a signed message to the TON network. The boc parameter must contain a complete, signed external message in base64 format. The API validates the message and forwards it to validators. Returns immediately after acceptance; use getTransactions to confirm the transaction 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 confirming message was accepted for 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.