Type Definition polkadot_runtime::xcm_config::LocalAssetTransactor
source · pub type LocalAssetTransactor = XcmCurrencyAdapter<Balances, IsConcrete<DotLocation>, SovereignAccountOf, AccountId, CheckAccount>;Expand description
Our asset transactor. This is what allows us to interact with the runtime assets from the point of
view of XCM-only concepts like MultiLocation and MultiAsset.
Ours is only aware of the Balances pallet, which is mapped to DotLocation.