Function fee::pallet::dispatchables::set_issue_fee
source · pub fn set_issue_fee<T: Config>(fee: UnsignedFixedPoint<T>)
Expand description
Changes the issue fee percentage (only executable by the Root account)
Arguments
origin
- signing accountfee
- the new fee
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_issue_fee
.