Type Alias runtime_common::xcm_config::LocalAssetTransactor
source · pub type LocalAssetTransactor<Currency, NetworkId> = FungibleAdapter<Currency, IsConcrete<HereLocation>, LocationToAccountId<NetworkId>, AccountId, ()>;
Expand description
Means for transacting assets on this chain.
Aliased Type§
struct LocalAssetTransactor<Currency, NetworkId>(/* private fields */);