Function pallet_pool_system::pallet::dispatchables::set_max_reserve
source · pub fn set_max_reserve<T: Config>(pool_id: T::PoolId, max_reserve: T::Balance)
Expand description
Sets the maximum reserve for a pool
The caller must have the LiquidityAdmin
role in
order to invoke this extrinsic. This role is not
given to the pool creator by default, and must be
added with the Permissions pallet before this
extrinsic can be called.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_max_reserve
.