Unverified Commit aa4e1545 authored by Alexander Popiak's avatar Alexander Popiak Committed by GitHub
Browse files

Export `fungibles_adapter` Types (#3334)

* export fungibles_adapter types

* formatting
parent bd065434
Pipeline #143532 passed with stages
in 35 minutes and 36 seconds
......@@ -48,7 +48,10 @@ mod currency_adapter;
pub use currency_adapter::CurrencyAdapter;
mod fungibles_adapter;
pub use fungibles_adapter::FungiblesAdapter;
pub use fungibles_adapter::{
AsPrefixedGeneralIndex, ConvertedAbstractAssetId, ConvertedConcreteAssetId, FungiblesAdapter,
FungiblesMutateAdapter, FungiblesTransferAdapter
};
mod weight;
pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents, TakeRevenue};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment