mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
XCM ExportMessage benchmark support (#6923)
* XCM ExportMessage benchmark support * include inner-xcm in ExportMessage benchmark --------- Signed-off-by: acatangiu <adrian@parity.io>
This commit is contained in:
@@ -31,7 +31,7 @@ use xcm::latest::prelude::*;
|
||||
/// destination must accept the local location to represent that location or the operation will
|
||||
/// fail.
|
||||
pub trait ExportXcm {
|
||||
/// Intermediate value which connects the two phaases of the export operation.
|
||||
/// Intermediate value which connects the two phases of the export operation.
|
||||
type Ticket;
|
||||
|
||||
/// Check whether the given `message` is deliverable to the given `destination` on `network`,
|
||||
|
||||
Reference in New Issue
Block a user