mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 22:41:02 +00:00
[xcm] Foreign global consensus parachain LocationToAccountId converter (#7016)
* **Foreign** global consensus parachain LocationToAccount converter * Review fix * Added `UniversalLocation` + `ensure_is_remote` handling * Added unique id to encoding * Update xcm/xcm-builder/src/location_conversion.rs Co-authored-by: Gavin Wood <gavin@parity.io> * Re-export `ensure_is_remote` * Test * fmt * Update xcm/xcm-builder/src/location_conversion.rs * Update xcm/xcm-builder/src/universal_exports.rs Co-authored-by: Gavin Wood <gavin@parity.io> --------- Co-authored-by: parity-processbot <> Co-authored-by: Gavin Wood <gavin@parity.io>
This commit is contained in:
@@ -84,7 +84,7 @@ pub use filter_asset_location::{Case, NativeAsset};
|
||||
|
||||
mod universal_exports;
|
||||
pub use universal_exports::{
|
||||
BridgeBlobDispatcher, BridgeMessage, DispatchBlob, DispatchBlobError, ExporterFor, HaulBlob,
|
||||
HaulBlobError, HaulBlobExporter, NetworkExportTable, SovereignPaidRemoteExporter,
|
||||
UnpaidLocalExporter, UnpaidRemoteExporter,
|
||||
ensure_is_remote, BridgeBlobDispatcher, BridgeMessage, DispatchBlob, DispatchBlobError,
|
||||
ExporterFor, HaulBlob, HaulBlobError, HaulBlobExporter, NetworkExportTable,
|
||||
SovereignPaidRemoteExporter, UnpaidLocalExporter, UnpaidRemoteExporter,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user