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 */);