pub fn message_key<LaneId: Encode>(
pallet_prefix: &str,
lane: LaneId,
nonce: MessageNonce,
) -> StorageKey
Expand description
Storage key of the outbound message in the runtime storage.
pub fn message_key<LaneId: Encode>(
pallet_prefix: &str,
lane: LaneId,
nonce: MessageNonce,
) -> StorageKey
Storage key of the outbound message in the runtime storage.