Function dex_general::pallet::dispatchables::set_fee_receiver
source · pub fn set_fee_receiver<T: Config>(
send_to: Option<<T::Lookup as StaticLookup>::Source>
)
Expand description
Set the new receiver of the protocol fee.
Arguments
send_to
: (1) Some(receiver): it turn on the protocol fee and the new receiver account. (2) None: it turn off the protocol fee.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_fee_receiver
.