pub fn propose_new_fee<T: Config>(
    pool_id: T::PoolId,
    bucket: PoolFeeBucket,
    fee: PoolFeeInfoOf<T>
)
Expand description

Propose to append a new fee to the given (pool, bucket) pair.

Origin must be by pool admin.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::propose_new_fee.