referrerpolicy=no-referrer-when-downgrade
substrate_relay_helper::messages::source

Type Alias SubstrateMessagesProof

Source
pub type SubstrateMessagesProof<C, L> = (Weight, FromBridgedChainMessagesProof<HashOf<C>, L>);
Expand description

Intermediate message proof returned by the source Substrate node. Includes everything required to submit to the target node: cumulative dispatch weight of bundled messages and the proof itself.