Module bridge_runtime_common::messages_call_ext
source · Expand description
Signed extension for the pallet-bridge-messages
that is able to reject obsolete
(and some other invalid) transactions.
Structs§
- Generic info about a messages delivery/confirmation proof.
- Helper struct that provides methods for working with a call supported by
CallInfo
. - Info about a
ReceiveMessagesDeliveryProof
call which tries to update a single lane. - Info about a
ReceiveMessagesProof
call which tries to update a single lane. - Occupation state of the unrewarded relayers vector.
Enums§
- Info about a
ReceiveMessagesProof
or aReceiveMessagesDeliveryProof
call which tries to update a single lane.
Traits§
- Trait representing a call that is a sub type of
pallet_bridge_messages::Call
.