pub type Elasticity<T> = StorageValue<_GeneratedPrefixForStorageElasticity<T>, Permill, ValueQuery, DefaultElasticity<T>>;Expand description
Storage type is [StorageValue] with value type Permill.
Aliased Typeยง
struct Elasticity<T>(/* private fields */);