orml-gradually-update

Crates.ioorml-gradually-update
lib.rsorml-gradually-update
version0.13.0
sourcesrc
created_at2020-05-14 23:54:56.225869
updated_at2024-06-26 02:52:42.733804
descriptionProvides way to adjust numeric parameter gradually over a period of time.
homepage
repositoryhttps://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update
max_upload_size
id241705
size30,446
Xiliang Chen (xlc)

documentation

README

Gradually-update module

Overview

Gradually-update module provides a way to adjust numeric parameter such as stability fee or liquidation gradually. The update code should be able to handle different numeric types such as u32, u128, Permill, FixedU128. All the values are assumed to be little-endian and unsigned.

Commit count: 680

cargo fmt