Skip to content

Commit

Permalink
Export trait HandleMessage (paritytech#14644)
Browse files Browse the repository at this point in the history
* Export HandleMessage

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Also export EnqueueWithOrigin as state in the MR desciption

lol...

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Jul 27, 2023
1 parent 46136f2 commit fbdf008
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frame/support/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ pub use preimages::{Bounded, BoundedInline, FetchResult, Hash, QueryPreimage, St

mod messages;
pub use messages::{
EnqueueMessage, ExecuteOverweightError, Footprint, NoopServiceQueues, ProcessMessage,
ProcessMessageError, QueuePausedQuery, ServiceQueues, TransformOrigin,
EnqueueMessage, EnqueueWithOrigin, ExecuteOverweightError, Footprint, HandleMessage,
NoopServiceQueues, ProcessMessage, ProcessMessageError, QueuePausedQuery, ServiceQueues,
TransformOrigin,
};

#[cfg(feature = "try-runtime")]
Expand Down

0 comments on commit fbdf008

Please sign in to comment.