Expand description
Storage keys of bridge messages pallet.
Constants§
- INBOUND_
LANES_ MAP_ NAME - Name of the
InboundLanes
storage map. - OPERATING_
MODE_ VALUE_ NAME - Name of the
OPERATING_MODE_VALUE_NAME
storage value. - OUTBOUND_
LANES_ MAP_ NAME - Name of the
OutboundLanes
storage map. - OUTBOUND_
MESSAGES_ MAP_ NAME - Name of the
OutboundMessages
storage map.
Functions§
- inbound_
lane_ data_ key - Storage key of the inbound message lane state in the runtime storage.
- message_
key - Storage key of the outbound message in the runtime storage.
- operating_
mode_ key - Storage key of the
PalletOperatingMode
value in the runtime storage. - outbound_
lane_ data_ key - Storage key of the outbound message lane state in the runtime storage.