Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Required Associated Types§

The overarching event type.

Something which can be notified when the validation data is set.

Returns the parachain ID we are running with.

The place where outbound XCMP messages come from. This is queried in finalize_block.

The message handler that will be invoked when messages are received via DMP.

The weight we reserve at the beginning of the block for processing DMP messages.

The message handler that will be invoked when messages are received via XCMP.

The messages are dispatched in the order they were relayed by the relay chain. If multiple messages were relayed at one block, these will be dispatched in ascending order of the sender’s para ID.

The weight we reserve at the beginning of the block for processing XCMP messages.

Something that can check the associated relay parent block number.

Implementors§