pub type NextMessageId<T: Config> = StorageValue<_GeneratedPrefixForStorageNextMessageId<T>, u64, ValueQuery>;Expand description
The id the next message to the relay chain will carry.
One per message sent, echoed back in the relay chain’s response, so a request, its response and the events on both chains can be tied together.
Storage type is [StorageValue] with value type u64.
Aliased Type§
pub struct NextMessageId<T: Config>(/* private fields */);