pub fn start_batch_message<T: Config>(destination: Domain)
Expand description
Start packing messages in a single message instead of enqueue
messages.
The message will be enqueued once end_batch_messages()
is called.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::start_batch_message
.