pub type TreasuryEmissionFee<T: Config> = StorageValue<_GeneratedPrefixForStorageTreasuryEmissionFee<T>, Percent, ValueQuery, T::DefaultTreasuryEmissionFee>;
Expand description
Fee taken from emission distribution and deposited into
DaoTreasuryAddress
.
Storage type is [StorageValue
] with value type Percent
.
Aliased Typeยง
struct TreasuryEmissionFee<T: Config>(/* private fields */);