Re-exports§
pub use pallet::*;
Modules§
- pallet
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- Hrmp
Channel - A metadata of an HRMP channel.
- Hrmp
Open Channel Request - A description of a request to open an HRMP channel.
- Test
Weight Info - A weight info that is only suitable for testing.
Constants§
- HRMP_
MAX_ INBOUND_ CHANNELS_ BOUND - Maximum bound that can be set for inbound channels.
- HRMP_
MAX_ OUTBOUND_ CHANNELS_ BOUND - Same as
HRMP_MAX_INBOUND_CHANNELS_BOUND
, but for outbound channels.