Function dex_general::pallet::dispatchables::set_fee_point
source · pub fn set_fee_point<T: Config>(fee_point: u8)
Expand description
Set the protocol fee point.
Arguments
fee_point
: An integer y which satisfies the equation1/x-1=y
where x is the percentage of the exchange fee e.g. 1/(1/6)-1=5, 1/(1/2)-1=1 See section 2.4 of the Uniswap v2 whitepaper
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_fee_point
.