/pallet_mint_with_fee

The pallet adds functionality to mint a value on an account, and to optionally mint a percentage of this value on another account (as a fee). It also provides an extrinsic to change the percentage value. The calls have to be from Root, so as a Democracy proposal, or as a sudo call.

Primary LanguageRust