You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
XCM Fungible Asset Implementation Guide
Parachain Fungible Asset MultiLocation
../ParachainId(source_para_id)/PalletInstance(pallet_id)/GeneralKey(key)
Breakdown:
..
ParachainId(source_para_id)
PalletInstance(pallet_id)
GeneralKey(key)
GeneralIndex(index)
Asset Transactor
AssetTransactor
will useLocationConversion
andAssetIdConversion
to do origin mapping & asset ID mappingAssetTransactor
should gracefully handle unknown tokensLocationConversion
MultiLocation
toAccountId
and vice versaAssetIdConversion
MultiAsset
to chain nativeAssetId
/CurrencyId
and vice versaMultiLocation
fromConcreteFungible
Discovery
MultiLocation
of their tokens to help others to integrate with itORML Implementations
Beta Was this translation helpful? Give feedback.
All reactions