Module common_runtime::fees
source · Structs§
- A structure to implement fee multiplier adjustments.
- A structure to implement Length to Fee conversion.
- In our deployed fee model, users will not pay any fees if blockchain usage remains below a specified threshold, and fees are applied based on transaction weight and length once this threshold is exceeded, helping to prevent spamming attacks.
- A structure to implement Weight to Fee conversion.
Traits§
- In our deployed fee model, users will not pay any fees if blockchain usage remains below a specified threshold, and fees are applied based on transaction weight and length once this threshold is exceeded, helping to prevent spamming attacks.