pub fn update_tranche_token_metadata<T: Config>(
pool_id: T::PoolId,
tranche_id: T::TrancheId,
domain: Domain
)
Expand description
Update the tranche token name and symbol on the specified domain
NOTE: Pulls the metadata from the AssetRegistry
and thus requires
the pool admin to have updated the tranche tokens metadata there
beforehand. Therefore, no restrictions on calling origin.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_tranche_token_metadata
.