Export 'TakeRevenue' trait. (#3278)

This commit is contained in:
Shaun Wang
2021-06-18 02:20:40 +12:00
committed by GitHub
parent 29fa0a369d
commit d8dc0f8778
+1 -1
View File
@@ -51,7 +51,7 @@ mod fungibles_adapter;
pub use fungibles_adapter::FungiblesAdapter; pub use fungibles_adapter::FungiblesAdapter;
mod weight; mod weight;
pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents}; pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents, TakeRevenue};
mod matches_fungible; mod matches_fungible;
pub use matches_fungible::{IsAbstract, IsConcrete}; pub use matches_fungible::{IsAbstract, IsConcrete};