Crates.io | orml-gradually-update |
lib.rs | orml-gradually-update |
version | 1.0.0 |
source | src |
created_at | 2020-05-14 23:54:56.225869 |
updated_at | 2024-08-01 01:58:23.977792 |
description | Provides way to adjust numeric parameter gradually over a period of time. |
homepage | |
repository | https://github.com/open-web3-stack/open-runtime-module-library/tree/master/gradually-update |
max_upload_size | |
id | 241705 |
size | 30,444 |
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.