We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1e48e commit 6a4144eCopy full SHA for 6a4144e
bridges/modules/messages/src/inbound_lane.rs
@@ -71,6 +71,11 @@ impl<S: InboundLaneStorage> InboundLane<S> {
71
InboundLane { storage }
72
}
73
74
+ /// Get this lane data
75
+ pub fn data(&self) -> InboundLaneData<S::Relayer> {
76
+ self.storage.data()
77
+ }
78
+
79
/// Receive state of the corresponding outbound lane.
80
pub fn receive_state_update(
81
&mut self,
0 commit comments