Type Alias asset_hub_westend_runtime::ForeignAssetsInstance
source · pub type ForeignAssetsInstance = Instance2;
Expand description
Assets managed by some foreign location. Note: we do not declare a ForeignAssetsCall
type, as
this type is used in proxy definitions. We assume that a foreign location would not want to set
an individual, local account as a proxy for the issuance of their assets. This issuance should
be managed by the foreign location’s governance.
Aliased Type§
struct ForeignAssetsInstance;