referrerpolicy=no-referrer-when-downgrade

Module hrmp

Source

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§

HrmpChannel
A metadata of an HRMP channel.
HrmpOpenChannelRequest
A description of a request to open an HRMP channel.
TestWeightInfo
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.

Traits§

WeightInfo