mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Export fungibles_adapter Types (#3334)
* export fungibles_adapter types * formatting
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
Reference in New Issue
Block a user