Update fee value

The pallet can, apparat from generating a profit through penalty gains, also generate profits from fees which are collect for the utilization of certain pallet functionalities. The fee values which exist on the pallet as well as their default values are as follows:

Current fee values:

If an authority account wishes to update a specific fee value, he/she can do this using the update_fee_value(fee_type, new_fee_value)functionality. Using the mentioned call, the user has to specify the exact fee value that he/she wishes to update as well as the new value.

In is worth mentioning that the user can't update a fee value to the same value as it was before.

Last updated