mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-21 23:15:44 +00:00
5 lines
140 B
Rust
5 lines
140 B
Rust
use frame_support::traits::Everything;
|
|
use xcm_builder::AllowUnpaidExecutionFrom;
|
|
|
|
pub type Barrier = AllowUnpaidExecutionFrom<Everything>;
|