mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Forgotten re-export for MatchedConvertedConcreteId (#6815)
This commit is contained in:
@@ -41,7 +41,9 @@ pub use origin_conversion::{
|
||||
};
|
||||
|
||||
mod asset_conversion;
|
||||
pub use asset_conversion::{AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId};
|
||||
pub use asset_conversion::{
|
||||
AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId, MatchedConvertedConcreteId,
|
||||
};
|
||||
#[allow(deprecated)]
|
||||
pub use asset_conversion::{ConvertedAbstractAssetId, ConvertedConcreteAssetId};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user