Type Alias rococo_runtime::xcm_config::LocalAssetTransactor
source · pub type LocalAssetTransactor = FungibleAdapter<Balances, IsConcrete<TokenLocation>, LocationConverter, AccountId, LocalCheckAccount>;
Expand description
Our asset transactor. This is what allows us to interest with the runtime facilities from the
point of view of XCM-only concepts like Location
and Asset
.
Ours is only aware of the Balances pallet, which is mapped to RocLocation
.
Aliased Type§
struct LocalAssetTransactor(/* private fields */);