Module polkadot_runtime_parachains::hrmp
source · Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Structs§
- A metadata of an HRMP channel.
- A description of a request to open an HRMP channel.
- A weight info that is only suitable for testing.
Constants§
- Maximum bound that can be set for inbound channels.
- Same as
HRMP_MAX_INBOUND_CHANNELS_BOUND
, but for outbound channels.