Module polkadot_runtime_parachains::hrmp
source · Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
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.
Enums
- An error returned by [
check_hrmp_watermark
] that indicates an acceptance criteria check didn’t pass. - An error returned by [
check_outbound_hrmp
] that indicates an acceptance criteria check didn’t pass.
Constants
- Maximum bound that can be set for inbound channels.
- Same as
HRMP_MAX_INBOUND_CHANNELS_BOUND
, but for outbound channels.