Function pallet_liquidity_pools::pallet::dispatchables::update_token_price
source · pub fn update_token_price<T: Config>(
pool_id: T::PoolId,
tranche_id: T::TrancheId,
currency_id: T::CurrencyId,
destination: Domain
)
Expand description
Update the price of a tranche token.
By ensuring that registered currency location matches the specified domain, this call origin can be permissionless.
The currency_id
parameter is necessary for the EVM side.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_token_price
.