Export fungibles_adapter Types (#3334)

* export fungibles_adapter types

* formatting
This commit is contained in:
Alexander Popiak
2021-06-21 18:09:54 +02:00
committed by GitHub
parent e74181b16f
commit 45ed52a273
+4 -1
View File
@@ -48,7 +48,10 @@ mod currency_adapter;
pub use currency_adapter::CurrencyAdapter; pub use currency_adapter::CurrencyAdapter;
mod fungibles_adapter; mod fungibles_adapter;
pub use fungibles_adapter::FungiblesAdapter; pub use fungibles_adapter::{
AsPrefixedGeneralIndex, ConvertedAbstractAssetId, ConvertedConcreteAssetId, FungiblesAdapter,
FungiblesMutateAdapter, FungiblesTransferAdapter
};
mod weight; mod weight;
pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents, TakeRevenue}; pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents, TakeRevenue};