Sends a serialized external message (BOC) to the TON network for processing. The message must be a valid base64-encoded bag-of-cells. Returns the message hash on success.
Request body for sending an external message to the TON network. The boc field must contain a valid serialized external message in base64-encoded BOC format, including the destination address and a valid signature.
Serialized external message in BOC format, base64 encoded. Must contain a valid destination address, signature, and message body.
Message hash of the submitted external message.
Result of successfully submitting an external message. Contains the message hash (for looking up the message) and the normalized hash (stable across re-serializations).