mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Added origin to config for universal_origin benchmark (#6986)
This commit is contained in:
@@ -52,10 +52,10 @@ pub mod pallet {
|
||||
/// If set to `Err`, benchmarks which rely on an `exchange_asset` will be skipped.
|
||||
fn worst_case_asset_exchange() -> Result<(MultiAssets, MultiAssets), BenchmarkError>;
|
||||
|
||||
/// A `Junction` that is one of the `UniversalAliases` configured by the XCM executor.
|
||||
/// A `(MultiLocation, Junction)` that is one of the `UniversalAliases` configured by the XCM executor.
|
||||
///
|
||||
/// If set to `Err`, benchmarks which rely on a universal alias will be skipped.
|
||||
fn universal_alias() -> Result<Junction, BenchmarkError>;
|
||||
fn universal_alias() -> Result<(MultiLocation, Junction), BenchmarkError>;
|
||||
|
||||
/// The `MultiLocation` and `RuntimeCall` used for successful transaction XCMs.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user