pub fn update_notification_receiver<T: Config<I>, I: 'static>(
bridge_destination_universal_location: Box<VersionedInteriorLocation>,
maybe_notify: Option<Receiver>,
)
Expand description
Attempts to update the maybe_notify
callback for receiving congestion notifications.
This can only be called by the “owner” of this side of the bridge, which means that the inbound XCM channel with the local origin chain is functional.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_notification_receiver
.