Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
aa4e1545
Unverified
Commit
aa4e1545
authored
Jun 21, 2021
by
Alexander Popiak
Committed by
GitHub
Jun 21, 2021
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
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
xcm/xcm-builder/src/lib.rs
View file @
aa4e1545
...
...
@@ -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
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment