Module polkadot_runtime_parachains::ump
source · Re-exports
pub use pallet::*;
Modules
Structs
fallback implementation
A specific implementation of a
UmpSink
where messages are in the XCM format
and will be forwarded to the XCM Executor.Enums
An error returned by [
check_upward_messages
] that indicates a violation of one of acceptance
criteria rules.Constants
Maximum value that
config.max_upward_message_size
can be set toTraits
All upward messages coming from parachains will be funneled into an implementation of this trait.
Weight information of this pallet.
Type Definitions
Simple type used to identify messages for the purpose of reporting events. Secure if and only
if the message content is unique.
Index used to identify overweight messages.