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.
Serialized external message in BOC format, base64 encoded. Contains the signed transaction to broadcast.
Returns a success confirmation after broadcasting the serialized message to the network.
Returns true if the request succeeded; otherwise false. See the error field for details.
Response data. Present only 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.